Chapter 1 Flashcards
T||F : The purpose of a database is to help people keep track of things
True
T||F : A possible problem with keeping data in lists is that if you delete a row a data from a list, you may also delete some data items that you want to keep.
True
T||F : One problem with storing duplicated data is the potential for inconsistent values
True
T||F : An advantage of keeping data in lists is that if you update a data value in one row of data in a list, other occurrences of the same data item in other rows will be automatically updated as well.
False
T||F : A SQL stands for Structural Question Language.
False
A database may be used to help people ______
track which student is assigned to a particular advisor
A relational database stores data in the form of _______
Tables
A relational database is _______________
a self-describing collection of related tables
Which of the following is a function of the DBMS in a database system?
Perform backup and recover
What problems with storing data on two themes in a are addressed by database technology?
Problems with multiple themes in list are update, insertion, and deletion
Briefly describe the four components of a database system.
- User: tracks things, create things, uses data apps
- Database Applications: serves as intermediary between user and DBMS
- Database Management Systems: serves as intermediary between database apps and database
- Database: self-describing collection of relational data tables
What are “referential integrity constraints”?
Ensure that values are valid from values in another table