Self-Review Exercises

  1. 22.1 Fill in the blanks in each of the following statements:

    1. A table in a relational database consists of                    and                    in which values are stored.

    2. The                    uniquely identifies each row in a relational database table.

    3. A relational database can be manipulated with the ADO.NET Entity Framework via an object of a derived class of                   , which contains properties for accessing each table in the database.

    4. The                    control (presented in this chapter) displays data in rows and columns that correspond to the rows and columns of a data source.

    5. Merging data from multiple relational database tables is called                    the data.

    6. A(n)                    is a column (or group of columns) in a relational database table that matches the primary-key column (or group of columns) in another table.

    7. A(n)                    object serves as an intermediary between a data source and its corresponding data-bound GUI control.

    8. The                    property of a control specifies where it gets the data it displays.

  2. 22.2 State whether each of the following is true or false. If false, explain why.

    1. Providing the same value for a foreign key in multiple rows causes the DBMS to report an error.

    2. Providing a foreign-key value that does not appear as a primary-key value in another table is an error.

    3. The result of a query can be sorted in ascending or descending order.

    4. A BindingNavigator object can extract data from a database.

    5. A DbContext automatically saves changes made back to the database.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset