 |
| 1.
|  |  What are the three common types of relationships? |
|  | |
|
|
 |
| 2.
|  |  When is it desirable to use a One-to-One relationship between two tables? |
|  | |
|
|
 |
| 3.
|  |  What steps are required to create a dataset with more than one table and their relationships? |
|  | |
|
|
 |
| 4.
|  |  Where are relationships set up between two tables for your project? |
|  | |
|
|
 |
| 5.
|  |  How can you resize the columns in a DataGrid? |
|  | |
|
|
 |
| 6.
|  |  What is the difference between using a parameterized query and using a filter when retrieving records that match a particular value? |
|  | |
|
|
 |
| 7.
|  |  Write the WHERE clause for a SQL statement that will return all records where the field named State begins with the letter C. |
|  | |
|
|
 |
| 8.
|  |  How do you reference data values that are held in the DataRow.Items collection? |
|  | |
|
|
 |
| 9.
|  |  List the three steps that must be coded in the SelectedIndexChanged event to retrieve data based on a value selected in a list box. |
|  | |
|
|
 |
| 10.
|  |  What is the difference between retrieving related child rows and retrieving a related parent row? |
|  | |
|
|