Chapter 10: Database, DAO & RDO

 

Results

Previous
Next

#1. _______ is a convenient way to create front end programs for database access.

Previous
Next

#2. A _________ is a collection of information or data, that is arranged in a particular manner.

Previous
Next

#3. A ________ is created using the software utility, visual data manager.

Previous
Next

#4. A _______ database is a database that structures the data by breaking them into logical objects that have relationships between them.

Previous
Next

#5. Relational databases also provide mechanisms to correctly maintain the relationships between ________

Previous
Next

#6. Relational databases function is called __________ integrity.

Previous
Next

#7. SQL stands for

Previous
Next

#8. __________ enables to perform operations such as retrieving data, sorting data, adding new data, deleting data or updating data in relational databases.

Previous
Next

#9. A ________ is a collection of data that can be represented in rows and columns.

Previous
Next

#10. A _________ describes each attribute of an item stored in the table.

Previous
Next

#11. Columns are also referred to as ________

Previous
Next

#12. A single ________ in a table is made up of one row containing all of the columns in a table.

Previous
Next

#13. _________ key is a database term used to signify the column or columns that uniquely identify a single row in a table.

Previous
Next

#14. __________ key is a database term that refers to a column in a secondary table that is related to a column in a primary table.

Previous
Next

#15. An _______ is a linked list of pointers to records within the table.

Previous
Next

#16. An _________ is built on table columns and is used to speed up the retrieval of data from an executing query.

Previous
Next

#17. ______ are used to order the data in specific ways.

Previous
Next

#18. _______ are SQL statements that extract a subset of records from a table.

Previous
Next

#19. A _______ can also have a search criteria to limit the amount of data returned from the tables.

Previous
Next

#20. A ________ is an object that represents the data in a table or a query.

Previous
Next

#21. The ________ in visual basic provides with the ability to write powerful database applications with very little code.

Previous
Next

#22. A _________ object represents the record in a base table or the records that result from running a query.

Previous
Next

#23. A _______ control is one that can provide access to a specific field in a database through data control.

Previous
Next

#24. _________ displays and enables data manipulation of a series of rows and columns representing records and fields from a recordset object.

Previous
Finish