Knowledge Check

  1. A main method: A main method is automatically added to a runnable class. Therefore, you would add a runnable class instead of a class to your project.​
  2. A public method: Methods that are declared as public can be called from anywhere that the class is accessible.​
  3. A where clause: where sampleTable.AccountNum == “1234”: A where clause is used to specify a condition that the update method will test as it processes each row of the SampleTable table.