Section 9 Quiz Database Design Oracle
Section 9 Quiz Database Design Oracle
5. In an Oracle database, why would the following table name not be allowed
'EMPLOYEE JOBS'? Mark for Review
(1) Points
The database does not understand all capital letters
JOBS is a reserved word
EMPLOYEE is a reserved word
You cannot have spaces between words in a table name (*)
10. The Oracle Database can implement a many to many relationship. You
simply create two foreign keys between the two tables. True or False? Mark
for Review
(1) Points
True
False (*)
11. A barrred Relationship will result in a Foreign Key column that also is part
of: Mark for Review
(1) Points
The Primary Key (*)
The Column Name
The Check Constraint
The Table Name
14. Identify all of the incorrect statements that complete this sentence: A
primary key is...(Choose three) Mark for Review
(1) Points
(Choose all correct answers)
Only one column that must be null. (*)
A single column that uniquely identifies each column in a table. (*)
One or more columns in a table that uniquely identifies each row in that
table.
A set of columns in one table that uniquely identifies each row in another
table. (*)
15. Identify all of the correct statements that complete this sentence: A
primary key is: (Choose Three) Mark for Review
(1) Points
(Choose all correct answers)
Only one column that cannot be null
A set of columns and keys in a single table that uniquely identifies each
row in a single table (*)
A set of columns and keys in a single table that uniquely identifies each
row in a single table (*)
Only one column that cannot be null
A single column that uniquely identifies each row in a table (*)
A set of columns that uniquely identifies each row in a table (*)
3. Identify all of the incorrect statements that complete this sentence: A
primary key is...(Choose three) Mark for Review
(1) Points
(Choose all correct answers)
A single column that uniquely identifies each column in a table. (*)
One or more columns in a table that uniquely identifies each row in that
table.
Only one column that must be null. (*)
A set of columns in one table that uniquely identifies each row in another
table. (*)
10. In an Oracle database, why would 1_TABLE not work as a table name?
Mark for Review
(1) Points
There is no problem here. You can create a table called 1_TABLE.
The database does not understand all capital letters.
TABLE is a reserved word.
Object names must not start with a number. They must begin with a letter.
(*)
13. An Arc is transformed to the physical model by adding a foeign Key for
every relationship in the Arc. True or False? Mark for Review
(1) Points
True (*)
False
15. One-to-One relationships are transformed into Foreign Keys in the tables
created at either end of that relationship. True or False? Mark for Review
(1) Points
True
False (*)
6. In an Oracle database, why would the following table name not be allowed
'EMPLOYEE JOBS'? Mark for Review
(1) Points
The database does not understand all capital letters
JOBS is a reserved word
You cannot have spaces between words in a table name (*)
EMPLOYEE is a reserved word
7. In an Oracle database, why would 1_TABLE not work as a table name? Mark for
Review
(1) Points
There is no problem here. You can create a table called 1_TABLE.
Object names must not start with a number. They must begin with a letter.
(*)
The database does not understand all capital letters.
TABLE is a reserved word.
10. An Arc is transformed to the physical model by adding a foeign Key for
every relationship in the Arc. True or False? Mark for Review
(1) Points
True (*)
False
11. A barrred Relationship will result in a Foreign Key column that also is part
of: Mark for Review
(1) Points
The Check Constraint
The Column Name
The Table Name
The Primary Key (*)
12. Foreign keys must be null. True or False? Mark for Review
(1) Points
True
False (*)
14. Identify all of the incorrect statements that complete this sentence: A
primary key is...(Choose three) Mark for Review
(1) Points
(Choose all correct answers)
A set of columns in one table that uniquely identifies each row in another
table. (*)
One or more columns in a table that uniquely identifies each row in that
table.
Only one column that must be null. (*)
A single column that uniquely identifies each column in a table. (*)
15. A foreign key always refers to a primary key in the same table. True or
False? Mark for Review
(1) Points
True
False (*)
2. In an Oracle database, why would the following table name not be allowed
'EMPLOYEE JOBS'? Mark for Review
(1) Points
You cannot have spaces between words in a table name (*)
The database does not understand all capital letters
EMPLOYEE is a reserved word
JOBS is a reserved word
6. A table does not have to have a primary key. True or False? Mark for
Review
(1) Points
True (*)
False
10. An "Arc Implementation" can be done just like any other Relationship -
you simply add the required Foreign Keys. True or False? Mark for Review
(1) Points
True
False (*)
14. The Oracle Database can implement a many to many relationship. You
simply create two foreign keys between the two tables. True or False? Mark
for Review
(1) Points
True
False (*)
15. One-to-One relationships are transformed into Check Constraints in the
tables created at either end of that relationship. True or False? Mark for
Review
(1) Points
True
False (*)
5. A table must have a primary key. True or False? Mark for Review
(1) Points
True
False (*)
10. A barrred Relationship will result in a Foreign Key column that also is part
of: Mark for Review
(1) Points
The Check Constraint
The Column Name
The Primary Key (*)
The Table Name
13. Why would this table name NOT work in an Oracle database?
this_year_end+next_year Mark for Review
(1) Points
Table names must begin with an alphabetic character.
It is too long.
The Plus sign + is not allowed in object names. (*)
None of the above.
14. In an Oracle database, why would 1_TABLE not work as a table name?
Mark for Review
(1) Points
TABLE is a reserved word.
There is no problem here. You can create a table called 1_TABLE.
The database does not understand all capital letters.
Object names must not start with a number. They must begin with a letter.
(*)
15. In a physical data model, an attribute becomes a _____________. Mark for
Review
(1) Points
Constraint
Table
Foreign Key
Column (*)
http://deniace.blogspot.com/2017/02/section-9-quiz-database-design-oracle.html
http://sinpachi.blogspot.com/2017/04/database-design-english-9-quiz.html
1. The explanation below is an example of which constraint type?
A column must contain only values consistent with the defined data format of the
column Mark for Review
(1) Points
Entity integrity
Referential integrity
User-defined integrity
Correct Correct
Columns always containing values consistent with the defined data format (*)
Correct Correct
Column integrity
Entity integrity
User-defined integrity
Correct Correct
Correct Correct
It is too long.
Correct Correct
6. In a physical data model, an entity becomes a _____________. Mark for
Review
(1) Points
Table (*)
Attribute
Constraint
Column
Correct Correct
True (*)
False
Correct Correct
Column
Unique Identifier
Primary Key
Correct Correct
The table A
Correct Correct
10. Relationships on an ERD can only be transformed into UIDs in the physical
model? True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
11. The Oracle Database can implement a many to many relationship. You simply
create two foreign keys between the two tables. True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
12. A barrred Relationship will result in a Foreign Key column that also is part
of: Mark for Review
(1) Points
Correct Correct
13. An "Arc Implementation" can be done just like any other Relationship - you
simply add the required Foreign Keys. True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
The resulting table will reside in a single database and be used by just ONE user.
Correct Correct
5. In an Oracle database, why would the following table name not be allowed
'EMPLOYEE JOBS'? Mark for Review
(1) Points
The database does not understand all capital letters
JOBS is a reserved word
EMPLOYEE is a reserved word
You cannot have spaces between words in a table name (*)
10. The Oracle Database can implement a many to many relationship. You
simply create two foreign keys between the two tables. True or False? Mark
for Review
(1) Points
True
False (*)
11. A barrred Relationship will result in a Foreign Key column that also is part
of: Mark for Review
(1) Points
The Primary Key (*)
The Column Name
The Check Constraint
The Table Name
14. Identify all of the incorrect statements that complete this sentence: A
primary key is...(Choose three) Mark for Review
(1) Points
(Choose all correct answers)
Only one column that must be null. (*)
A single column that uniquely identifies each column in a table. (*)
One or more columns in a table that uniquely identifies each row in that
table.
A set of columns in one table that uniquely identifies each row in another
table. (*)
15. Identify all of the correct statements that complete this sentence: A
primary key is: (Choose Three) Mark for Review
(1) Points
(Choose all correct answers)
Only one column that cannot be null
A set of columns and keys in a single table that uniquely identifies each
row in a single table (*)
A set of columns and keys in a single table that uniquely identifies each
row in a single table (*)
Only one column that cannot be null
A single column that uniquely identifies each row in a table (*)
A set of columns that uniquely identifies each row in a table (*)
10. In an Oracle database, why would 1_TABLE not work as a table name?
Mark for Review
(1) Points
There is no problem here. You can create a table called 1_TABLE.
The database does not understand all capital letters.
TABLE is a reserved word.
Object names must not start with a number. They must begin with a letter.
(*)
13. An Arc is transformed to the physical model by adding a foeign Key for
every relationship in the Arc. True or False? Mark for Review
(1) Points
True (*)
False
15. One-to-One relationships are transformed into Foreign Keys in the tables
created at either end of that relationship. True or False? Mark for Review
(1) Points
True
False (*)
6. In an Oracle database, why would the following table name not be allowed
'EMPLOYEE JOBS'? Mark for Review
(1) Points
The database does not understand all capital letters
JOBS is a reserved word
You cannot have spaces between words in a table name (*)
EMPLOYEE is a reserved word
7. In an Oracle database, why would 1_TABLE not work as a table name? Mark for
Review
(1) Points
There is no problem here. You can create a table called 1_TABLE.
Object names must not start with a number. They must begin with a letter.
(*)
The database does not understand all capital letters.
TABLE is a reserved word.
10. An Arc is transformed to the physical model by adding a foeign Key for
every relationship in the Arc. True or False? Mark for Review
(1) Points
True (*)
False
11. A barrred Relationship will result in a Foreign Key column that also is part
of: Mark for Review
(1) Points
The Check Constraint
The Column Name
The Table Name
The Primary Key (*)
12. Foreign keys must be null. True or False? Mark for Review
(1) Points
True
False (*)
14. Identify all of the incorrect statements that complete this sentence: A
primary key is...(Choose three) Mark for Review
(1) Points
(Choose all correct answers)
A set of columns in one table that uniquely identifies each row in another
table. (*)
One or more columns in a table that uniquely identifies each row in that
table.
Only one column that must be null. (*)
A single column that uniquely identifies each column in a table. (*)
15. A foreign key always refers to a primary key in the same table. True or
False? Mark for Review
(1) Points
True
False (*)
6. A table does not have to have a primary key. True or False? Mark for
Review
(1) Points
True (*)
False
10. An "Arc Implementation" can be done just like any other Relationship -
you simply add the required Foreign Keys. True or False? Mark for Review
(1) Points
True
False (*)
14. The Oracle Database can implement a many to many relationship. You
simply create two foreign keys between the two tables. True or False? Mark
for Review
(1) Points
True
False (*)
5. A table must have a primary key. True or False? Mark for Review
(1) Points
True
False (*)
10. A barrred Relationship will result in a Foreign Key column that also is part
of: Mark for Review
(1) Points
The Check Constraint
The Column Name
The Primary Key (*)
The Table Name
13. Why would this table name NOT work in an Oracle database?
this_year_end+next_year Mark for Review
(1) Points
Table names must begin with an alphabetic character.
It is too long.
The Plus sign + is not allowed in object names. (*)
None of the above.
14. In an Oracle database, why would 1_TABLE not work as a table name?
Mark for Review
(1) Points
TABLE is a reserved word.
There is no problem here. You can create a table called 1_TABLE.
The database does not understand all capital letters.
Object names must not start with a number. They must begin with a letter.
(*)
Column (*)
Entity integrity
User-defined integrity
Correct Correct
2. Identify all of the incorrect statements that complete this sentence: A primary
key is...(Choose three) Mark for Review
(1) Points
One or more columns in a table that uniquely identifies each row in that table.
A set of columns in one table that uniquely identifies each row in another table.
(*)
3. A table does not have to have a primary key. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
4. A foreign key always refers to a primary key in the same table. True or False?
Mark for Review
(1) Points
True
False (*)
Section 9 Quiz
(Answer all questions in this section)
True (*)
False
Correct Correct
7. An "Arc Implementation" can be done just like any other Relationship - you
simply add the required Foreign Keys. True or False? Mark for Review
(1) Points
True
False (*)
Intersection Table
Subtype
Supertype
Unique Key
Primary Key
True
False (*)
11. An Arc is transformed to the physical model by adding a foeign Key for
every relationship in the Arc. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
12. The conceptual model is transformed into a physical model. The physical
implementation will be a relational database. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
Tables (*)
Unique Keys
Foreign Keys
Foreign Key
Constraint
Column (*)
Table
Unique Identifier
Primary Key
Section 9 Quiz
(Answer all questions in this section)
1. A table does not have to have a primary key. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
2. Identify all of the correct statements that complete this sentence: A primary
key is: (Choose Three) Mark for Review
(1) Points
A set of columns and keys in a single table that uniquely identifies each row in a
single table (*)
Correct Correct
Entity integrity
Referential integrity
Column integrity
Entity integrity
Referential integrity
User-defined integrity
Correct Correct
True
False (*)
Correct Correct
Section 9 Quiz
(Answer all questions in this section)
Intersection entity
False (*)
Correct Correct
8. The Oracle Database can implement a many to many relationship. You simply
create two foreign keys between the two tables. True or False? Mark for Review
(1) Points
True
False (*)
It is too long.
Column
Section 9 Quiz
(Answer all questions in this section)
11. The conceptual model is transformed into a physical model. The physical
implementation will be a relational database. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
Constraint
Table
Column (*)
Foreign Key
Correct Correct
True
False (*)
True (*)
False
Correct Correct
The resulting table will reside in a single database and be used by just ONE user.
The common access paths for the supertypes are different.
Section 9 Quiz
(Answer all questions in this section)
True
False (*)
Correct Correct
True (*)
False
Correct Correct
3. An "Arc Implementation" can be done just like any other Relationship - you
simply add the required Foreign Keys. True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
4. An Arc is transformed to the physical model by adding a foeign Key for every
relationship in the Arc. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
True
False (*)
Section 9 Quiz
(Answer all questions in this section)
True
False (*)
Correct Correct
7. A barrred Relationship will result in a Foreign Key column that also is part of:
Mark for Review
(1) Points
Correct Correct
Referential integrity
Entity integrity
Column integrity
Correct Correct
Entity integrity
Referential integrity
User-defined integrity
Correct Correct
Column integrity
User-defined integrity
Referential integrity
Section 9 Quiz
(Answer all questions in this section)
11. A foreign key always refers to a primary key in the same table. True or
False? Mark for Review
(1) Points
True
False (*)
Correct Correct
12. The conceptual model is transformed into a physical model. The physical
implementation will be a relational database. True or False? Mark for Review
(1) Points
True (*)
False
Correct Correct
Column
Correct Correct
Foreign Key
Constraint
Table
Column (*)
Correct Correct
15. In an Oracle database, why would 1_TABLE not work as a table name? Mark
for Review
(1) Points
Object names must not start with a number. They must begin with a letter. (*)
Section 9 Quiz
(Answer all questions in this section)
Column integrity
User-defined integrity
Entity integrity
Referential integrity
Column integrity
Entity integrity
Correct Correct
True
False (*)
4. Identify all of the correct statements that complete this sentence: A primary
key is: (Choose Three) Mark for Review
(1) Points
A set of columns and keys in a single table that uniquely identifies each row in a
single table (*)
Correct Correct
Primary Key
Unique Key
Correct Correct
Section 9 Quiz
(Answer all questions in this section)
6. A barrred Relationship will result in a Foreign Key column that also is part of:
Mark for Review
(1) Points
Correct Correct
The table A
Incorrect Incorrect. Refer to Section 9 Lesson 3.
Intersection entity
Correct Correct
True
False (*)
Correct Correct
10. The "Arc Implementation" is a synonym for what type of implementation?
Mark for Review
(1) Points
Subtype Implementation
Supertype Implementation
Cascade Implementation
Section 9 Quiz
(Answer all questions in this section)
11. An "Arc Implementation" can be done just like any other Relationship - you
simply add the required Foreign Keys. True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
12. In an Oracle database, why would 1_TABLE not work as a table name? Mark
for Review
(1) Points
Object names must not start with a number. They must begin with a letter. (*)
Correct Correct
Unique Identifier
Primary Key
Column
Correct Correct
14. In an Oracle database, why would the following table name not be allowed
'EMPLOYEE JOBS'? Mark for Review
(1) Points
Foreign Keys
Tables (*)
Columns
Unique Keys
Correct Correct
Section 9 Quiz
(Answer all questions in this section)
1. In an Oracle database, why would 1_TABLE not work as a table name? Mark
for Review
(1) Points
Object names must not start with a number. They must begin with a letter. (*)
Correct Correct
2. In a physical data model, an entity becomes a _____________. Mark for
Review
(1) Points
Attribute
Table (*)
Column
Constraint
True (*)
False
Correct Correct
Constraint
Table
Column (*)
Foreign Key
Correct Correct
5. An "Arc Implementation" can be done just like any other Relationship - you
simply add the required Foreign Keys. True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
True (*)
False
Correct Correct
8. A barrred Relationship will result in a Foreign Key column that also is part of:
Mark for Review
(1) Points
Correct Correct
9. The Oracle Database can implement a many to many relationship. You simply
create two foreign keys between the two tables. True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
10. One-to-One relationships are transformed into Foreign Keys in the tables
created at either end of that relationship. True or False? Mark for Review
(1) Points
True
False (*)
Correct Correct
Section 9 Quiz
(Answer all questions in this section)
11. Two entities A and B have an optional (A) to Mandatory (B) One-to-One
relationship. When they are transformed, the Foreign Key(s) is placed on: Mark
for Review
(1) Points
The table A
Correct Correct
Referential integrity
Entity integrity
User-defined integrity
Correct Correct
User-defined integrity
Column integrity
15. Identify all of the incorrect statements that complete this sentence: A
primary key is...(Choose three) Mark for Review
(1) Points
A set of columns in one table that uniquely identifies each row in another table.
(*)
One or more columns in a table that uniquely identifies each row in that table.