chapter 1 quiz #3 Flashcards
Which of the following is a function of the DBMS in a database system?
A) Create and transmit queries
B) Control applications
C) Create and process forms
D) Perform backup and recover
E) Process Web page requests
D) Perform backup and recover
Which of the following is a function of the database application in a database system?
A) Create and transmit queries
B) Update database data
C) Maintain database structures
D) Create tables
E) Backup and restore data
A) Create and transmit queries
Which of the following is not a function of the database application in a database system?
A) Execute application logic
B) Control concurrency
C) Create and process forms
D) Create and transmit queries
E) Create and process reports
B) Control concurrency
Microsoft SQL Server is an example of a:
A) database.
B) database management system.
C) data manipulation system.
D) table.
E) list manager.
B) database management system.
Referential integrity constraints must be enforced by the application program. (T/F)
FALSE
A relational database can be defined as a self-describing collection of related tables. (T/F)
TRUE
The purpose of a database is to help people keep track of things. (T/F)
True
Which of the following is not true about a relation?
A) A relation is a two-dimensional table.
B) The cells of a relation must hold a single value.
C) A relation may have duplicate column names.
D) A relation may not have duplicate rows.
E) The order of the rows of a relation is insignificant.
C) A relation may have duplicate column names.