What do theoretical computer scientists call an instance of a relation?
B. A tuple
Which of the following characteristic of a table in First Normal Form?
C. Each column must have a unique name
What does it mean when we say that one attribute of a relation is functionally dependent on a second attribute of that relation?
D. The value of the second attribute determines the value of the first attribute
Why are deletion anomalies bad?
D. Because you lose information you want to keep along with the information you want to remove
To put a relation into Domain/Key Normal Form, what must you do?
B. Assure that all constraints are a logical consequence of domains and keys
What element of the E-R model corresponds to the key in the relational model?
C. The identifier
How are tables linked in a relational database?
D. The primary key of one table serves as a foreign key in the second table
If a table is on the many side of a one-to-many relationship, what must it contain?
A. The primary key of the table on the one side, serving as a foreign key
In the E-R model, maximum cardinality is denoted by what?
D. Symbols within a diamond
Why are many-to-many relationships a problem?
B. You cannot reliably link the tables by adding the primary key of one table to the other table as a foreign key
What part of a database should you create first?
C. The tables
In early versions of Access the default size for a Text field is 50 characters and in more recent versions, the default size for a Text field is 255 characters. Most times the amount of text entered into a Text field is less than 30 characters. Which of the following is true?
A. The default size of a Text field in recent versions of Access makes less efficient use of memory than earlier versions do
Which field in an Access database table should always contain a value?
B. The Primary key
In Access how do you establish a one-to-many link between two tables?
A. In the Relationships window, click-drag the mouse pointer from the primary key of the table on the one side of the corresponding foreign key on the many side of the relationship
Which method of entering data into a database is the easiest for the novice user to deal with?
A. Using a custom form embedded in a database application program
A user can converse directly with a database using what form of SQL?
B. Interactive SQL
What part of SQL do you use to remove selected rows from a database table?
D. Data Manipulation Language
What kind of constraint is the NOT NULL constraint?
D. Column constraint
Which of the following statements is not true for a table's primary key?
C. It must include the first column in the table
If you want to allow a person whom the system knows as Joe to be able to retrieve data from the PAPERS table, what statement should you use to give Joe that access?