Exam 3: The Relational Database Model
Exam 1: Database Systems72 Questions
Exam 2: Data Models75 Questions
Exam 3: The Relational Database Model74 Questions
Exam 4: Entity Relationship Ermodeling75 Questions
Exam 5: Advanced Data Modeling83 Questions
Exam 6: Normalization of Database Tables92 Questions
Exam 7: Introduction to Structured Query Language SQL92 Questions
Exam 8: Advanced SQL95 Questions
Exam 9: Database Design87 Questions
Exam 10: Transaction Management and Concurrency Control76 Questions
Exam 11: Database Performance Tuning and Query Optimization82 Questions
Exam 12: Distributed Database Management Systems72 Questions
Exam 13: Business Intelligence and Data Warehouses75 Questions
Exam 14: Big Data Analytics and NoSQL76 Questions
Exam 15: Database Connectivity and Web Technologies81 Questions
Exam 16: Database Administration and Security81 Questions
Select questions type
When two or more tables share the same number of columns,and when their corresponding columns share the same or compatible domains,they are said to be .
Free
(Multiple Choice)
4.7/5
(25)
Correct Answer:
B
PRODUCT yields all possible pairs of rows from two tables,also known as the product.
Free
(Short Answer)
4.8/5
(30)
Correct Answer:
Cartesian
A(n)only returns matched records from the tables that are being joined.
(Multiple Choice)
4.9/5
(37)
In a natural join,the column on which the join was made occurs twice in the new table.
(True/False)
4.7/5
(38)
Define entity integrity.What are the two requirements to ensure entity integrity?
(Essay)
5.0/5
(31)
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.8/5
(44)
Date attributes contain calendar dates stored in a special format known as the date format.
(Multiple Choice)
4.9/5
(32)
A data dictionary is sometimes described as "the database designer's database" because it records the design
decisions about tables and their structures.
(True/False)
4.9/5
(38)
__ returns only the attributes requested,in the order in which they are requested.
(Multiple Choice)
4.8/5
(28)
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
(31)
A(n)index is an index in which the index key can have only one pointer value (row)associated with it.
(Short Answer)
4.8/5
(29)
You can think of a table as a persistent representation of a logical relation.
(True/False)
4.7/5
(33)
The proper use of keys is crucial to controlling data redundancy.
(Short Answer)
4.8/5
(38)
A(n)join links tables by selecting only the rows with common values in their common attribute(s).
(Multiple Choice)
4.9/5
(37)
In a database context,the word indicates the use of the same attribute name to label different attributes.
(Multiple Choice)
4.9/5
(34)
______relationships cannot be implemented as such in the relational model.
(Short Answer)
4.9/5
(33)
Character data can contain any character or symbol intended for mathematical manipulation.
(True/False)
4.9/5
(32)
Depending on the sophistication of the application development software,nulls can create problems when functions such as COUNT,AVERAGE,and SUM are used.
(True/False)
4.7/5
(27)
Showing 1 - 20 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)