Exam 2: Database Design Fundamentals
Exam 1: Introduction to Premiere Products, Henry Books, and Alexamara Marina Group75 Questions
Exam 2: Database Design Fundamentals75 Questions
Exam 3: Creating Tables75 Questions
Exam 4: Single-Table Queries75 Questions
Exam 5: Multiple-Table Queries75 Questions
Exam 6: Updating Data75 Questions
Exam 7: Database Administration75 Questions
Exam 8: SQL Functions and Procedures75 Questions
Select questions type
At Premiere Products, there is a ____ relationship between sales reps and customers.
Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
C
A relation is in ____ if it does not contain any repeating groups.
Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
A
Define a relation.
Free
(Essay)
4.8/5
(30)
Correct Answer:
A relation is a two-dimensional table in which:
1. The entries in the table are single-valued; that is, each location in the table contains a single entry.
2. Each column has a distinct name (technically called the attribute name).
3. All values in a column are values of the same attribute (that is, all entries must match the column name).
4. The order of columns is immaterial.
5. Each row is distinct.
6. The order of rows is immaterial.
Each column in a table of a relational database should have a distinct name.
(True/False)
4.8/5
(39)
A(n) ____________________ column is a column that is not part of the primary key.
(Short Answer)
4.7/5
(48)
The process of determining the particular tables and columns that will comprise a database is known as ____.
(Multiple Choice)
4.7/5
(37)
In an entity-relationship (E-R) diagram, ____ are used to represent an entity.
(Multiple Choice)
4.8/5
(39)
In a relation, the ____________________ of the rows and columns is immaterial.
(Short Answer)
4.8/5
(46)
The process of determining the particular tables and columns that will comprise a database is known as database design.
(True/False)
4.8/5
(39)
What are the six steps necessary to design a database for a set of requirements?
(Essay)
4.8/5
(27)
There is a commonly accepted shorthand representation to show the structure of a relational database: After the name of the table, all the columns in the table are listed within a set of ____.
(Multiple Choice)
4.8/5
(29)
The concept of functional dependence is trivial to understanding database concepts.
(True/False)
4.9/5
(42)
Many organizations and institutions are moving toward using Social Security numbers as primary keys because of privacy issues.
(True/False)
4.8/5
(47)
It is possible for the computer to generate values that are used as the primary key column.
(True/False)
4.7/5
(37)
Showing 1 - 20 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)