Exam 3: The Relational Database Model
Exam 1: Database Systems70 Questions
Exam 2: Data Models70 Questions
Exam 3: The Relational Database Model100 Questions
Exam 4: Entity Relationship (ER)Modeling100 Questions
Exam 5: Advanced Data Modeling70 Questions
Exam 6: Normalization of Database Tables100 Questions
Exam 7: Introduction to Structured Query Language (SQL)100 Questions
Exam 8: Advanced SQL100 Questions
Exam 9: Database Design100 Questions
Exam 10: Transaction Management and Concurrency Control70 Questions
Exam 11: Database Performance Tuning and Query Optimization70 Questions
Exam 12: Distributed Database Management Systems70 Questions
Exam 13: Business Intelligence and Data Warehouses100 Questions
Exam 14: Database Connectivity and Web Technologies100 Questions
Exam 15: Database Administration and Security100 Questions
Select questions type
In a database context,the word ____ indicates the use of the same attribute name to label different attributes.
(Multiple Choice)
4.8/5
(36)
Referential and entity integrity are two names for the same thing.
(True/False)
4.8/5
(35)
The ____ constraint can be placed on a column to ensure that every row in the table has a value for that column.
(Multiple Choice)
4.9/5
(44)
If the foreign key contains either matching values or nulls,the table that makes use of that foreign key is said to exhibit ____________________ integrity
(Short Answer)
4.8/5
(36)
If the attribute (B)is functionally dependent on a composite key (A)but not on any subset of that composite key,the attribute (B)is fully functionally dependent on (A).
(True/False)
4.9/5
(28)
A(n)____________________ provides a detailed description of all tables found within the user/designer-created database.
(Short Answer)
4.9/5
(29)
Only a single attribute,not multiple attributes,can define functional dependence.
(True/False)
4.8/5
(35)
To avoid nulls,some designers use special codes,known as ____________________,to indicate the absence of some value.
(Short Answer)
4.8/5
(29)
A(n)____________________ links tables on the basis of an equality condition that compares specified columns of each table.
(Short Answer)
4.9/5
(39)
Because the relational model uses attribute values to establish relationships among tables,many database users correctly assume that the term relation refers to such relationships.
(True/False)
4.9/5
(36)
____ combines all rows from two tables,excluding duplicate rows.
(Multiple Choice)
4.9/5
(26)
In a relational model,if A determines B,C,and D,you write A = B,C,D.
(True/False)
4.9/5
(28)
Referential ____ means that if the foreign key contains a value,that value refers to an existing valid tuple (row)in another relation.
(Multiple Choice)
4.7/5
(33)
To be considered minimally relational,the DBMS must support the key relational operators ____,PROJECT,and JOIN.
(Multiple Choice)
4.7/5
(33)
A(n)____________________ index is an index in which the index key can have only one pointer value (row)associated with it.
(Short Answer)
4.9/5
(34)
The attribute B is ____ the attribute A if each value in column A determines one and only one value in column B.
(Multiple Choice)
4.7/5
(32)
Showing 21 - 40 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)