Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Systems Design Study Set 1
Quiz 3: The Relational Database Model
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Multiple Choice
The ____ relationship should be rare in any relational database design.
Question 62
Short Answer
____________________ is the real power behind the relational database,allowing the use of independent tables linked by common attributes.
Question 63
Multiple Choice
In a database context,a(n) ____ indicates the use of different names to describe the same attribute.
Question 64
Multiple Choice
The ____ relational type is the "relational model ideal."
Question 65
Short Answer
In the relational model,____________________ are important because they are used to ensure that each row in a table is uniquely identifiable.
Question 66
Multiple Choice
In a database context,the word ____ indicates the use of the same attribute name to label different attributes.
Question 67
Short Answer
The following example exhibits ____________________ integrity: The CUSTOMER table's primary key is CUS_CODE.The CUSTOMER primary key column has no null entries,and all entries are unique.Similarly,the AGENT table's primary key is AGENT_CODE,and this primary key column also is free of null entries.
Question 68
Multiple Choice
When you define a table's primary key,the DBMS automatically creates a(n) ____ index on the primary key column(s) you declared.
Question 69
Short Answer
A(n)____________________ key can be described as a superkey without unnecessary attributes.
Question 70
Short Answer
To avoid nulls,some designers use special codes,known as ____________________,to indicate the absence of some value.
Question 71
Short Answer
PRODUCT yields all possible pairs of rows from two tables-also known as the ____________________ product.
Question 72
Multiple Choice
A(n) ____ is an ordered arrangement of keys and pointers.
Question 73
Short Answer
If the foreign key contains either matching values or nulls,the table that makes use of that foreign key is said to exhibit ____________________ integrity
Question 74
Short Answer
The relational operators have the property of ____________________;that is,the use of relational algebra operators on existing relations (tables)produces new relations.
Question 75
Multiple Choice
Codd's Rule of ____ states: Application programs and ad hoc facilities are logically unaffected when changes are made to the table structures that preserve the original table values (changing order of columns or inserting columns) .