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 relational model's creator,E.F.Codd,used the term relation as a synonym for ____.
Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
C
Describe the use of the UNION operator.
Free
(Essay)
4.7/5
(30)
Correct Answer:
UNION combines all rows from two tables,excluding duplicate rows.The tables must have the same attribute characteristics (the columns and domains must be compatible)to be used in the UNION.When two or more tables share the same number of columns,when their corresponding columns share the same (or compatible)domains,they are said to be union-compatible.
A(n)____________________ is an orderly arrangement used to logically access rows in a table.
Free
(Short Answer)
4.8/5
(37)
Correct Answer:
index
Date attributes contain calendar dates stored in a special format known as the ____ date format.
(Multiple Choice)
4.7/5
(37)
Since it is used to link the tables that originally were related in a M:N relationship,the composite entity structure includes-as foreign keys-at least the ____ keys of the tables that are to be linked.
(Multiple Choice)
5.0/5
(37)
In an outer join,the matched pairs would be retained and any unmatched values in the other table would be left ____.
(Multiple Choice)
4.8/5
(37)
Numeric data are data on which you can perform meaningful arithmetic procedures.
(True/False)
4.8/5
(35)
____________________ is the real power behind the relational database,allowing the use of independent tables linked by common attributes.
(Short Answer)
4.9/5
(31)
A(n)____ join links tables by selecting only the rows with common values in their common attribute(s).
(Multiple Choice)
4.9/5
(41)
A(n)____ is perceived as a two-dimensional structure composed of rows and columns.
(Multiple Choice)
4.8/5
(38)
The relational operators have the property of ____________________; that is,the use of relational algebra operators on existing relations (tables)produces new relations.
(Short Answer)
4.7/5
(34)
In a relational table,each column has a specific range of values known as the ____________________ domain.
(Short Answer)
4.8/5
(31)
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.9/5
(35)
Proper data ____________________ design requires carefully defined and controlled data redundancies to function properly.
(Short Answer)
4.8/5
(41)
A ____ is a textual representation of the database tables where each table is listed by its name followed by the list of its attributes in parentheses.
(Multiple Choice)
4.7/5
(41)
Current relational database software generally provides only a system catalog (and not a data dictionary).
(True/False)
4.9/5
(38)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)