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
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.7/5
(38)
A(n)____________________ is an orderly arrangement used to logically access rows in a table.
(Short Answer)
4.8/5
(32)
Proper data ____________________ design requires carefully defined and controlled data redundancies to function properly.
(Short Answer)
4.8/5
(36)
Tables must have the same attribute characteristics (the columns and domains must be compatible)to be used in a UNION.
(True/False)
4.8/5
(39)
The ____________________ catalog can be described as a detailed system data dictionary that describes all objects within the database,including data about table names,the table's creator and creation date,the number of columns in each table,the data type corresponding to each column,index filenames,index creators,authorized users,and access privileges.
(Short Answer)
4.9/5
(46)
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.8/5
(38)
The idea of determination is unique to the database environment.
(True/False)
4.8/5
(36)
The ____ relationship should be rare in any relational database design.
(Multiple Choice)
4.8/5
(41)
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.8/5
(35)
In the context of a database table,the statement "A ____ B" indicates that if you know the value of attribute A,you can look up the value of attribute B.
(Multiple Choice)
4.8/5
(27)
In the relational model,____________________ are important because they are used to ensure that each row in a table is uniquely identifiable.
(Short Answer)
5.0/5
(40)
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.8/5
(36)
The equijoin takes its name from the comparison operator ____ used in the condition.
(Multiple Choice)
4.8/5
(35)
A foreign key must exist in both tables that have a relationship.
(True/False)
4.9/5
(34)
Codd's Rule of ____ states: If the system supports low-level access to the data,users must not be allowed to bypass the integrity rules of the database
(Multiple Choice)
4.7/5
(28)
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.7/5
(31)
Showing 61 - 80 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)