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
All primary key entries are unique,and no part of a primary key may be ____.
(Multiple Choice)
4.9/5
(34)
The proper use of ____________________ keys is crucial to controlling data redundancy.
(Short Answer)
4.8/5
(35)
You can think of a table as a persistent representation of a logical relation.
(True/False)
4.9/5
(37)
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.
(Short Answer)
4.8/5
(21)
A proper understanding of the concept and use of keys in a relational database model is very important.
(True/False)
4.9/5
(39)
Character data can contain any character or symbol intended for mathematical manipulation.
(True/False)
4.7/5
(32)
The logical view of the relational database is facilitated by the creation of data relationships based on a logical construct known as a(n)____________________.
(Short Answer)
4.9/5
(31)
If the attribute (B)is functionally dependent on a composite key (A)but not on any subset of that ____ key,the attribute (B)is fully functionally dependent on (A).
(Multiple Choice)
4.7/5
(40)
A null is created when you press the Enter key or the Tab key to move to the next entry without making a prior entry of any kind.
(True/False)
5.0/5
(30)
____,also known as RESTRICT,yields values for all rows found in a table that satisfy a given condition.
(Multiple Choice)
5.0/5
(31)
In a database context,a(n)____ indicates the use of different names to describe the same attribute.
(Multiple Choice)
4.9/5
(35)
As rare as 1:1 relationships should be,certain conditions absolutely require their use.
(True/False)
4.8/5
(39)
Fortunately,the problems inherent in the ____________________ relationship can easily be avoided by creating a composite entity.
(Short Answer)
4.9/5
(33)
A left outer join on tables CUSTOMER and AGENT yields all of the rows in the CUSTOMER table,including those that do not have a matching value in the AGENT table
(True/False)
4.9/5
(34)
The one-to-many (1:M)relationship is easily implemented in the relational model by putting the foreign key of the "1" side in the table of the "many" side as a primary key.
(True/False)
4.9/5
(30)
____________________ joins are especially useful when you are trying to determine what value(s)in related tables cause(s)referential integrity problems.
(Short Answer)
4.9/5
(33)
Showing 61 - 80 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)