Chapter 24: I’m Suffering from Information Overload (Access Databases)
TRUE/FALSE
1. In order to maintain accurate records, most businesses store information about their employees,
customers, and inventory in Excel spreadsheets.
2. A relational database can contain one or more tables.
3. The field used to link a child table to a parent table is called the Foreign key.
4. Parent and child tables in a database are referred to as owner and detail tables, respectively.
5. You can display the data in a relational database in any order.
6. A Dataset is a copy of the data that can be accessed by an application.
7. A TableLayoutView control displays data in a row and columnar format, similar to a spreadsheet.
8. The BindingNavigator control can only be used to add, delete, and save records.
9. The BindingSource object provides the connection between the DataSet and the bound controls on a
form.
10. The intersection of a row and column in a DataGridView control is called a cell.
11. In most applications, the code to fill a dataset with data belongs in the form’s Fill event procedure.
12. If you do not take deliberate steps in your code to handle the exceptions, Visual Basic handles them for
you.