Problem
1. What method of what class is used to execute an SQL action command?
2. What method of what class is used to execute a SELECT command?
3. What class of object is returned from the execute Query method?
4. How can a program iterate through the object returned by execute Query?
5. What is the form of the methods used to extract values from the object returned by execute Query?