Exam 4: Relational Model Characteristics
Exam 1: The Database Approach70 Questions
Exam 2: Database Development Process100 Questions
Exam 3: Data Models70 Questions
Exam 4: Relational Model Characteristics100 Questions
Exam 5: Beginning Structured Query Language Sql100 Questions
Exam 6: Procedural Language Sql and Advanced Sql100 Questions
Exam 7: Data Modeling With Entity Relationship Diagrams100 Questions
Exam 8: Data Modeling Advanced Concepts70 Questions
Exam 9: Normalizing Database Designs100 Questions
Exam 10: Distributed Databases70 Questions
Exam 11: Interacting With Databases Through the Web100 Questions
Exam 12: Database Administration and Security100 Questions
Exam 13: Managing Transactions and Concurrency70 Questions
Exam 14: Managing Database and Sql Performance70 Questions
Exam 15: Databases for Decision Support100 Questions
Select questions type
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
(33)
Fortunately, the problems inherent in the ____________________ relationship can easily be avoided by creating a composite entity.
(Short Answer)
4.8/5
(30)
____________________ relationships cannot be implemented as such in the relational model.
(Short Answer)
4.9/5
(42)
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.7/5
(36)
In a relational table, each column has a specific range of values known as the ____________________ domain.
(Short Answer)
4.9/5
(36)
A(n) ____ join only returns matched records from the tables that are being joined.
(Multiple Choice)
4.8/5
(41)
A(n) ____________________ index is an index in which the index key can have only one pointer value (row) associated with it.
(Short Answer)
5.0/5
(38)
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)
You can think of a table as a persistent representation of a logical relation.
(True/False)
4.9/5
(30)
____, also known as RESTRICT, yields values for all rows found in a table that satisfy a given condition.
(Multiple Choice)
4.9/5
(39)
____________________ is the real power behind the relational database, allowing the use of independent tables linked by common attributes.
(Short Answer)
4.9/5
(34)
Numeric data are data on which you can perform meaningful arithmetic procedures.
(True/False)
4.7/5
(45)
A(n) ____ join links tables by selecting only the rows with common values in their common attribute(s).
(Multiple Choice)
4.8/5
(39)
A(n) ____________________ is an orderly arrangement used to logically access rows in a table.
(Short Answer)
4.7/5
(34)
All primary key entries are unique, and no part of a primary key may be ____.
(Multiple Choice)
4.8/5
(26)
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.8/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)
5.0/5
(49)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)