1. In order to create a unique field in a table in a database, you need to define a _________.
- view
- primary key
- host key
- join
2.A _________ in a database can combine two or more tables together.
- trigger
- view
- primary key
- host key
3.To create an SQLDataSource from the Designer, developers can _______.
- drag and drop it from the Server Explorer
- drag and drop it from the Toolbox
- drag and drop it from inside the Properties
- start the SQLServer Wizard
- start the DataConnection Wizard
4. _______ allows you to format the data in a certain way.
- Query Builder Wizard
- Server Explorer
- Dataset
- Color selector
5. The _________ control displays all data in a spreadsheet format.
- Data Adapter
- DataConnection
- Textbox
- Tree View
- GridView
6. ________ is the ability for the GridView to display data one page at a time.
- Referencing
- Block recording
- Paging
- Locking
- Data binding
7.The __________ control displays a single row of data.
- DetailsView
- Textbox
- Tree View
- Spreadsheet
- GridView
8.The _________ layer is used to contain the database.
- Middle/Business
- Presentation
- Solution
- Server
- Database
9.The ________ layer is used to maintain the display.
- Data
- Presentation
- Solution
- Server
10.The three objects you need in .Net to display data are _______.
- connection, query, dataset
- connection, query, data field
- server, client, application
- IIS, Web form, server
- connection, adapter, dataset