Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Quiz 4-5

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 105

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

1. We can apply naming abbreviations using the .csv file containing the abbreviations

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

2. In Oracle SQL Developer Data Modeler you can select select how you want to map your subtypes.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

3. Primary key constraints are named using the __________________.

Mark for Review

(1) Points

table short name (*)

UID suffix

full table name

foreign key name

________________________________________

4. To use the Oracle SQL Developer Data Modeler to apply naming standards :
Mark for Review

(1) Points

Use a .docx file constaining table names and abbreviations

Use a .csv file constaining table names and abbreviations (*)

Use a .accdb file constaining table names and abbreviations

None of the above.

Correct

________________________________________

5. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct

6. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

________________________________________

7. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review


(1) Points

Store metadata information

Create process, logical, relational and physical models

Store application data (*)

Capture business rules and information

Correct

________________________________________

8. You must first select the Logical model you want to work with to Engineer it to a Relational model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

9. Top-Down Modeling is the approach taken for designing a new database.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

10. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Top-Down

Target

Forward (*)

Reverse
Correct

11. The steps to convert a Relational model to a Logical model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Relational model, Accept defaults, Click the Engineer to Logical Model icon, Click Engineer

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Relational model, Click the Engineer to Logical Model icon, Accept defaults, Click Engineer
(*)

None of the above.

Correct

________________________________________

12. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points

instance

column (*)

row

primary key

Correct

________________________________________

13. A column or combination of columns in one table that refers to a primary key in the same or
another table.

Mark for Review

(1) Points

Primary Key

Candidate Key

Super Key

Foreign Key (*)


Correct

________________________________________

14. An Entity Relationship model does not highlight the physical and database constraints. It is
essential to transform the ER model into a relational model which can serve as the basis for defining
the physical implementation of the database.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

15. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review

(1) Points

glossary (*)

table

validation rule

template

Correct

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

1. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review


(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

2. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Store application data (*)

Store metadata information

Create process, logical, relational and physical models

Capture business rules and information

Correct

3. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct

4. Constraints should be given meaningful names to make them easier to reference.

Mark for Review

(1) Points

True (*)

False

Correct
5. When mapping subtypes to tables we can ________

Mark for Review

(1) Points

Use one table

Use multiple tables

Either one or multiple tables are valid options. (*)

Neither one or multiple tables are valid options.

Correct

Page 1 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

6. To use the Oracle SQL Developer Data Modeler to apply naming standards :

Mark for Review

(1) Points

Use a .docx file constaining table names and abbreviations

Use a .csv file constaining table names and abbreviations (*)

Use a .accdb file constaining table names and abbreviations

None of the above.

Correct

7. In Oracle SQL Developer Data Modeler you can select select how you want to map your subtypes.

Mark for Review

(1) Points

True (*)

False
Correct

8. A ___________ model is the blue print to the actual database implementation and can be used as
the basis for implementing any type of Database Management System (DBMS).

Mark for Review

(1) Points

Relational (*)

Conceptual

Database

Logical

Correct

9. A column or combination of columns in one table that refers to a primary key in the same or
another table.

Mark for Review

(1) Points

Foreign Key (*)

Candidate Key

Primary Key

Super Key

Correct

10. The steps to create a glossary from an existing Logical model are :

Mark for Review

(1) Points

Right click Logical model, select Create Glossary from Logical Model (*)

Double click the Logical Model

Rick click the Relational model, select Create Glossary from Relational Model

None of the above.

Correct

Page 2 of 3

Test: DFo Sections 4 and 5 Quiz


Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

11. You can define naming standards in Oracle SQL Developer Data Modeler using
_______________.

Mark for Review

(1) Points

Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)

Correct

12. A Relational model is closer to the implementation solution, facilitates discussion and forms the
basis for the physical database design.

Mark for Review

(1) Points

True (*)

False

Correct

13. Top-Down Modeling is the approach taken for designing a new database.

Mark for Review

(1) Points

True (*)

False

Correct

14. You must first select the Logical model you want to work with to Engineer it to a Relational
model.
Mark for Review

(1) Points

True (*)

False

Correct

15. Converting a Relational model to a Logical model is called reverse engineering.

Mark for Review

(1) Points

True (*)

False

Correct

Page 3 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

1. We can apply naming abbreviations using the .csv file containing the abbreviations

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

2. In Oracle SQL Developer Data Modeler you can select select how you want to map your subtypes.

Mark for Review

(1) Points
True (*)

False

Correct

________________________________________

3. Primary key constraints are named using the __________________.

Mark for Review

(1) Points

table short name (*)

UID suffix

full table name

foreign key name

________________________________________

4. To use the Oracle SQL Developer Data Modeler to apply naming standards :

Mark for Review

(1) Points

Use a .docx file constaining table names and abbreviations

Use a .csv file constaining table names and abbreviations (*)

Use a .accdb file constaining table names and abbreviations

None of the above.

Correct

________________________________________

5. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct
6. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

________________________________________

7. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Store metadata information

Create process, logical, relational and physical models

Store application data (*)

Capture business rules and information

Correct

________________________________________

8. You must first select the Logical model you want to work with to Engineer it to a Relational model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

9. Top-Down Modeling is the approach taken for designing a new database.

Mark for Review


(1) Points

True (*)

False

Correct

________________________________________

10. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Top-Down

Target

Forward (*)

Reverse

Correct

11. The steps to convert a Relational model to a Logical model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Relational model, Accept defaults, Click the Engineer to Logical Model icon, Click Engineer

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Relational model, Click the Engineer to Logical Model icon, Accept defaults, Click Engineer
(*)

None of the above.

Correct

________________________________________

12. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points

instance
column (*)

row

primary key

Correct

________________________________________

13. A column or combination of columns in one table that refers to a primary key in the same or
another table.

Mark for Review

(1) Points

Primary Key

Candidate Key

Super Key

Foreign Key (*)

Correct

________________________________________

14. An Entity Relationship model does not highlight the physical and database constraints. It is
essential to transform the ER model into a relational model which can serve as the basis for defining
the physical implementation of the database.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

15. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review

(1) Points

glossary (*)
table

validation rule

template

Correct

1. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Relational

Physical

Conceptual

Logical (*)

Incorrect. Refer to Section 4 Lesson 1.

________________________________________

2. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Incorrect. Refer to Section 4 Lesson 1.

________________________________________

3. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Capture business rules and information

Create process, logical, relational and physical models

Store application data (*)


Store metadata information

Incorrect. Refer to Section 4 Lesson 1.

________________________________________

4. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review

(1) Points

table

validation rule

glossary (*)

template

Incorrect. Refer to Section 5 Lesson 1.

________________________________________

5. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct

6. A ___________ model is the blue print to the actual database implementation and can be used as
the basis for implementing any type of Database Management System (DBMS).

Mark for Review

(1) Points

Conceptual

Database

Relational (*)

Logical

Incorrect. Refer to Section 5 Lesson 1.

________________________________________
7. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points

instance

row

column (*)

primary key

Incorrect. Refer to Section 5 Lesson 1.

________________________________________

8. In Oracle SQL Developer Data Modeler you can select select how you want to map your subtypes.

Mark for Review

(1) Points

True (*)

False

Incorrect. Refer to Section 5 Lesson 2.

________________________________________

9. Primary key constraints are named using the __________________.

Mark for Review

(1) Points

table short name (*)

foreign key name

full table name

UID suffix

Incorrect. Refer to Section 5 Lesson 2.

________________________________________

10. To use the Oracle SQL Developer Data Modeler to apply naming standards :

Mark for Review


(1) Points

Use a .docx file constaining table names and abbreviations

Use a .csv file constaining table names and abbreviations (*)

Use a .accdb file constaining table names and abbreviations

None of the above.

Incorrect. Refer to Section 5 Lesson 2.

11. Foreign key constraints are named using the ______________ of both tables.

Mark for Review

(1) Points

full table name

UID suffix

foreign key name

short table name (*)

Incorrect. Refer to Section 5 Lesson 2.

________________________________________

12. _______ Engineering is the process of creating a conceptual or logical model by extracting the
information from an existing data source.

Mark for Review

(1) Points

Reverse (*)

Top-Down

Target

Forward

Incorrect. Refer to Section 4 Lesson 2.

________________________________________

13. Top-Down Modeling is the approach taken for designing a new database.

Mark for Review

(1) Points
True (*)

False

Correct

________________________________________

14. Converting a Relational model to a Logical model is called reverse engineering.

Mark for Review

(1) Points

True (*)

False

Incorrect. Refer to Section 4 Lesson 2.

________________________________________

15. You must first select the Logical model you want to work with to Engineer it to a Relational
model.

Mark for Review

(1) Points

True (*)

False

Correct

1. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

________________________________________
2. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Physical

Logical (*)

Conceptual

Relational

Incorrect. Refer to Section 4 Lesson 1.

________________________________________

3. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Create process, logical, relational and physical models

Capture business rules and information

Store metadata information

Store application data (*)

Incorrect. Refer to Section 4 Lesson 1.

________________________________________

4. Foreign key constraints are named using the ______________ of both tables.

Mark for Review

(1) Points

full table name

UID suffix

foreign key name

short table name (*)

Incorrect. Refer to Section 5 Lesson 2.

________________________________________

5. Primary key constraints should have a suffix of PKEY.


Mark for Review

(1) Points

True

False (*)

Incorrect. Refer to Section 5 Lesson 2.

6. To use the Oracle SQL Developer Data Modeler to apply naming standards :

Mark for Review

(1) Points

Use a .docx file constaining table names and abbreviations

Use a .csv file constaining table names and abbreviations (*)

Use a .accdb file constaining table names and abbreviations

None of the above.

Correct

________________________________________

7. Constraints should be given meaningful names to make them easier to reference.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

8. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review

(1) Points

validation rule

template
glossary (*)

table

Correct

________________________________________

9. A column or combination of columns in one table that refers to a primary key in the same or
another table.

Mark for Review

(1) Points

Primary Key

Candidate Key

Foreign Key (*)

Super Key

Correct

________________________________________

10. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct

11. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points

instance

row

primary key

column (*)
Incorrect. Refer to Section 5 Lesson 1.

________________________________________

12. The steps to convert a Logical model to a Relational model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Logical model, Click the Engineer to Relational Model icon, Accept defaults, Click Engineer
(*)

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Logical model, Accept defaults, Click the Engineer to Relational Model icon, Click Engineer

None of the above.

Incorrect. Refer to Section 4 Lesson 2.

________________________________________

13. You must first select the Logical model you want to work with to Engineer it to a Relational
model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

14. _______ Engineering is the process of creating a conceptual or logical model by extracting the
information from an existing data source.

Mark for Review

(1) Points

Target

Reverse (*)

Top-Down

Forward
Incorrect. Refer to Section 4 Lesson 2.

________________________________________

15. A Relational model is closer to the implementation solution, facilitates discussion and forms the
basis for the physical database design.

Mark for Review

(1) Points

True (*)

False

Correct

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

1. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points

row

instance

column (*)

primary key

Incorrect. Refer to Section 5 Lesson 1.

________________________________________

2. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct
________________________________________

3. A ___________ model is the blue print to the actual database implementation and can be used as
the basis for implementing any type of Database Management System (DBMS).

Mark for Review

(1) Points

Logical

Database

Relational (*)

Conceptual

Incorrect. Refer to Section 5 Lesson 1.

________________________________________

4. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review

(1) Points

table

validation rule

template

glossary (*)

Correct

________________________________________

5. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Conceptual

Logical (*)

Relational

Physical

Correct
Page 1 of 3 Next

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

6. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

________________________________________

7. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

8. When mapping subtypes to tables we can ________

Mark for Review

(1) Points

Use one table

Use multiple tables


Either one or multiple tables are valid options. (*)

Neither one or multiple tables are valid options.

Incorrect. Refer to Section 5 Lesson 2.

________________________________________

9. In Oracle SQL Developer Data Modeler you can select select how you want to map your subtypes.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

10. Constraints should be given meaningful names to make them easier to reference.

Mark for Review

(1) Points

True (*)

False

Correct

Previous Page 2 of 3 Next

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

11. Foreign key constraints are named using the ______________ of both tables.

Mark for Review

(1) Points

full table name

UID suffix
foreign key name

short table name (*)

Incorrect. Refer to Section 5 Lesson 2.

________________________________________

12. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Forward (*)

Reverse

Target

Top-Down

Incorrect. Refer to Section 4 Lesson 2.

________________________________________

13. _______ Engineering is the process of creating a conceptual or logical model by extracting the
information from an existing data source.

Mark for Review

(1) Points

Reverse (*)

Top-Down

Target

Forward

Correct

________________________________________

14. Top-Down Modeling is the approach taken for designing a new database.

Mark for Review

(1) Points

True (*)

False
Correct

________________________________________

15. When creating a database based on extracting metadata from an existing database or using the
DDL code obtained from an implementation of an existing database, which data modeling approach
would you choose?

Mark for Review

(1) Points

You cannot model this.

Target Modeling

Bottom-Up Modeling (*)

Top-Down Modeling

Correct

Previous Page 3 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

1. Converting a Relational model to a Logical model is called reverse engineering.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

2. You must first select the Logical model you want to work with to Engineer it to a Relational model.

Mark for Review

(1) Points

True (*)
False

Correct

________________________________________

3. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Target

Top-Down

Forward (*)

Reverse

Incorrect. Refer to Section 4 Lesson 2.

________________________________________

4. The steps to convert a Logical model to a Relational model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Logical model, Click the Engineer to Relational Model icon, Accept defaults, Click Engineer
(*)

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Logical model, Accept defaults, Click the Engineer to Relational Model icon, Click Engineer

None of the above.

Incorrect. Refer to Section 4 Lesson 2.

________________________________________

5. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points

row

instance

primary key
column (*)

Correct

Page 1 of 3 Next

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

6. The steps to create a glossary from an existing Logical model are :

Mark for Review

(1) Points

Right click Logical model, select Create Glossary from Logical Model (*)

Double click the Logical Model

Rick click the Relational model, select Create Glossary from Relational Model

None of the above.

Correct

________________________________________

7. You can define naming standards in Oracle SQL Developer Data Modeler using _______________.

Mark for Review

(1) Points

Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)

Incorrect. Refer to Section 5 Lesson 1.

________________________________________

8. A ___________ model is the blue print to the actual database implementation and can be used as
the basis for implementing any type of Database Management System (DBMS).

Mark for Review


(1) Points

Database

Relational (*)

Logical

Conceptual

Incorrect. Refer to Section 5 Lesson 1.

________________________________________

9. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Physical

Conceptual

Relational

Logical (*)

Correct

________________________________________

10. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

Previous Page 2 of 3 Next

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Sections 4 and 5 Quiz

(Answer all questions in this section)

11. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Create process, logical, relational and physical models

Store application data (*)

Store metadata information

Capture business rules and information

Correct

________________________________________

12. Primary key constraints are named using the __________________.

Mark for Review

(1) Points

UID suffix

full table name

foreign key name

table short name (*)

Incorrect. Refer to Section 5 Lesson 2.

________________________________________

13. We can apply naming abbreviations using the .csv file containing the abbreviations

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

14. To define naming templates in Oracle SQL Data Modeler:


Mark for Review

(1) Points

Right click the name of the design in object browser

Select properties, select template

Edit the template to use abbreviations

Do all of these steps. (*)

Incorrect. Refer to Section 5 Lesson 2.

________________________________________

15. When mapping subtypes to tables we can ________

Mark for Review

(1) Points

Use one table

Use multiple tables

Either one or multiple tables are valid options. (*)

Neither one or multiple tables are valid options.

Incorrect. Refer to Section 5 Lesson 2.

Previous Page 3 of 3

1. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

________________________________________
2. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Capture business rules and information

Create process, logical, relational and physical models

Store metadata information

Store application data (*)

Correct

________________________________________

3. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

4. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

5. The steps to create a glossary from an existing Logical model are :

Mark for Review

(1) Points
Right click Logical model, select Create Glossary from Logical Model (*)

Double click the Logical Model

Rick click the Relational model, select Create Glossary from Relational Model

None of the above.

Incorrect. Refer to Section 5 Lesson 1.

6. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review

(1) Points

template

table

glossary (*)

validation rule

Correct

________________________________________

7. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points

primary key

row

column (*)

instance

Correct

________________________________________

8. Primary key constraints should have a suffix of PKEY.

Mark for Review

(1) Points

True
False (*)

Correct

________________________________________

9. To define naming templates in Oracle SQL Data Modeler:

Mark for Review

(1) Points

Right click the name of the design in object browser

Select properties, select template

Edit the template to use abbreviations

Do all of these steps. (*)

Correct

________________________________________

10. Foreign key constraints are named using the ______________ of both tables.

Mark for Review

(1) Points

full table name

UID suffix

foreign key name

short table name (*)

Incorrect. Refer to Section 5 Lesson 2.

11. In Oracle SQL Developer Data Modeler you can select select how you want to map your
subtypes.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________
12. A Relational model is closer to the implementation solution, facilitates discussion and forms the
basis for the physical database design.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

13. You must first select the Logical model you want to work with to Engineer it to a Relational
model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

14. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Target

Forward (*)

Reverse

Top-Down

Correct

________________________________________

15. Converting a Relational model to a Logical model is called reverse engineering.

Mark for Review

(1) Points
True (*)

False

Incorrect. Refer to Section 4 Lesson 2.

1. To use the Oracle SQL Developer Data Modeler to apply naming standards :

Mark for Review

(1) Points

Use a .docx file constaining table names and abbreviations

Use a .csv file constaining table names and abbreviations (*)

Use a .accdb file constaining table names and abbreviations

None of the above.

Correct

________________________________________

2. To define naming templates in Oracle SQL Data Modeler:

Mark for Review

(1) Points

Right click the name of the design in object browser

Select properties, select template

Edit the template to use abbreviations

Do all of these steps. (*)

Incorrect. Refer to Section 5 Lesson 2.

________________________________________

3. Constraints should be given meaningful names to make them easier to reference.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________
4. When mapping subtypes to tables we can ________

Mark for Review

(1) Points

Use one table

Use multiple tables

Either one or multiple tables are valid options. (*)

Neither one or multiple tables are valid options.

Correct

________________________________________

5. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct

6. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Logical (*)

Conceptual

Relational

Physical

Incorrect. Refer to Section 4 Lesson 1.

________________________________________

7. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review


(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

________________________________________

8. A ___________ model is the blue print to the actual database implementation and can be used as
the basis for implementing any type of Database Management System (DBMS).

Mark for Review

(1) Points

Database

Logical

Conceptual

Relational (*)

Correct

________________________________________

9. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

10. You can define naming standards in Oracle SQL Developer Data Modeler using
_______________.

Mark for Review

(1) Points
Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)

Incorrect. Refer to Section 5 Lesson 1.

11. The steps to create a glossary from an existing Logical model are :

Mark for Review

(1) Points

Right click Logical model, select Create Glossary from Logical Model (*)

Double click the Logical Model

Rick click the Relational model, select Create Glossary from Relational Model

None of the above.

Correct

________________________________________

12. _______ Engineering is the process of creating a conceptual or logical model by extracting the
information from an existing data source.

Mark for Review

(1) Points

Top-Down

Target

Forward

Reverse (*)

Incorrect. Refer to Section 4 Lesson 2.

________________________________________

13. Converting a Relational model to a Logical model is called reverse engineering.

Mark for Review

(1) Points
True (*)

False

Correct

________________________________________

14. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Reverse

Forward (*)

Top-Down

Target

Correct

________________________________________

15. The steps to convert a Logical model to a Relational model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Logical model, Click the Engineer to Relational Model icon, Accept defaults, Click Engineer
(*)

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Logical model, Accept defaults, Click the Engineer to Relational Model icon, Click Engineer

None of the above.

Correct

The steps to create a glossary from an existing Logical model are :

Mark for Review

(1) Points

Right click Logical model, select Create Glossary from Logical Model (*)
Double click the Logical Model

Rick click the Relational model, select Create Glossary from Relational Model

None of the above.

Correct

________________________________________

2. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

3. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points

row

instance

primary key

column (*)

Correct

________________________________________

4. A ___________ model is the blue print to the actual database implementation and can be used as
the basis for implementing any type of Database Management System (DBMS).

Mark for Review

(1) Points

Relational (*)

Database

Conceptual
Logical

Correct

________________________________________

5. Constraints should be given meaningful names to make them easier to reference.

Mark for Review

(1) Points

True (*)

False

Correct

6. We can apply naming abbreviations using the .csv file containing the abbreviations

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

7. In Oracle SQL Developer Data Modeler you can select select how you want to map your subtypes.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

8. Primary key constraints are named using the __________________.

Mark for Review


(1) Points

foreign key name

full table name

table short name (*)

UID suffix

________________________________________

9. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

10. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Store application data (*)

Store metadata information

Create process, logical, relational and physical models

Capture business rules and information

Incorrect. Refer to Section 4 Lesson 1.

11. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities


Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

________________________________________

12. Converting a Relational model to a Logical model is called reverse engineering.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

13. Top-Down Modeling is the approach taken for designing a new database.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

14. A Relational model is closer to the implementation solution, facilitates discussion and forms the
basis for the physical database design.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________
15. When creating a database based on extracting metadata from an existing database or using the
DDL code obtained from an implementation of an existing database, which data modeling approach
would you choose?

Mark for Review

(1) Points

You cannot model this.

Top-Down Modeling

Target Modeling

Bottom-Up Modeling (*)

Incorrect. Refer to Section 4 Lesson 2.

1. An Entity Relationship model does not highlight the physical and database constraints. It is
essential to transform the ER model into a relational model which can serve as the basis for defining
the physical implementation of the database.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

2. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

3. The steps to create a glossary from an existing Logical model are :

Mark for Review


(1) Points

Right click Logical model, select Create Glossary from Logical Model (*)

Double click the Logical Model

Rick click the Relational model, select Create Glossary from Relational Model

None of the above.

Correct

________________________________________

4. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review

(1) Points

glossary (*)

table

validation rule

template

Correct

________________________________________

5. To define naming templates in Oracle SQL Data Modeler:

Mark for Review

(1) Points

Right click the name of the design in object browser

Select properties, select template

Edit the template to use abbreviations

Do all of these steps. (*)

Correct

6. Foreign key constraints are named using the ______________ of both tables.

Mark for Review


(1) Points

full table name

UID suffix

foreign key name

short table name (*)

Correct

________________________________________

7. Primary key constraints are named using the __________________.

Mark for Review

(1) Points

foreign key name

table short name (*)

UID suffix

full table name

Incorrect. Refer to Section 5 Lesson 2.

________________________________________

8. We can apply naming abbreviations using the .csv file containing the abbreviations

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

9. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs


Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

________________________________________

10. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Conceptual

Logical (*)

Relational

Physical

Correct

11. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Store metadata information

Store application data (*)

Capture business rules and information

Create process, logical, relational and physical models

Correct

________________________________________

12. _______ Engineering is the process of creating a conceptual or logical model by extracting the
information from an existing data source.

Mark for Review

(1) Points
Target

Top-Down

Forward

Reverse (*)

Incorrect. Refer to Section 4 Lesson 2.

________________________________________

13. The steps to convert a Logical model to a Relational model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Logical model, Click the Engineer to Relational Model icon, Accept defaults, Click Engineer
(*)

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Logical model, Accept defaults, Click the Engineer to Relational Model icon, Click Engineer

None of the above.

Correct

________________________________________

14. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Top-Down

Reverse

Forward (*)

Target

Correct

________________________________________

15. When creating a database based on extracting metadata from an existing database or using the
DDL code obtained from an implementation of an existing database, which data modeling approach
would you choose?

Mark for Review


(1) Points

Bottom-Up Modeling (*)

Top-Down Modeling

You cannot model this.

Target Modeling

Correct

1. _______ Engineering is the process of creating a conceptual or logical model by extracting the
information from an existing data source.

Mark for Review

(1) Points

Forward

Target

Reverse (*)

Top-Down

Correct

________________________________________

2. A Relational model is closer to the implementation solution, facilitates discussion and forms the
basis for the physical database design.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

3. When creating a database based on extracting metadata from an existing database or using the
DDL code obtained from an implementation of an existing database, which data modeling approach
would you choose?
Mark for Review

(1) Points

Bottom-Up Modeling (*)

Top-Down Modeling

You cannot model this.

Target Modeling

Correct

________________________________________

4. The steps to convert a Logical model to a Relational model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Logical model, Click the Engineer to Relational Model icon, Accept defaults, Click Engineer
(*)

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Logical model, Accept defaults, Click the Engineer to Relational Model icon, Click Engineer

None of the above.

Correct

________________________________________

5. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Relational

Conceptual

Physical

Logical (*)

Correct
6. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

7. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

________________________________________

8. In Oracle SQL Developer Data Modeler you can select select how you want to map your subtypes.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

9. We can apply naming abbreviations using the .csv file containing the abbreviations

Mark for Review


(1) Points

True (*)

False

Correct

________________________________________

10. To define naming templates in Oracle SQL Data Modeler:

Mark for Review

(1) Points

Right click the name of the design in object browser

Select properties, select template

Edit the template to use abbreviations

Do all of these steps. (*)

Correct

11. Primary key constraints are named using the __________________.

Mark for Review

(1) Points

foreign key name

table short name (*)

full table name

UID suffix

________________________________________

12. An Entity Relationship model does not highlight the physical and database constraints. It is
essential to transform the ER model into a relational model which can serve as the basis for defining
the physical implementation of the database.

Mark for Review

(1) Points

True (*)

False
Correct

________________________________________

13. You can define naming standards in Oracle SQL Developer Data Modeler using
_______________.

Mark for Review

(1) Points

Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)

Correct

________________________________________

14. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points

primary key

row

instance

column (*)

Correct

________________________________________

15. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct

1. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.
Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

2. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Physical

Conceptual

Relational

Logical (*)

Correct

________________________________________

3. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Create process, logical, relational and physical models

Store metadata information

Capture business rules and information

Store application data (*)

Correct

________________________________________

4. You can define naming standards in Oracle SQL Developer Data Modeler using _______________.

Mark for Review

(1) Points
Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)

Correct

________________________________________

5. A ___________ model is the blue print to the actual database implementation and can be used as
the basis for implementing any type of Database Management System (DBMS).

Mark for Review

(1) Points

Relational (*)

Logical

Database

Conceptual

Correct

6. A column or combination of columns in one table that refers to a primary key in the same or
another table.

Mark for Review

(1) Points

Foreign Key (*)

Primary Key

Candidate Key

Super Key

Correct

________________________________________

7. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points
row

column (*)

primary key

instance

Correct

________________________________________

8. You must first select the Logical model you want to work with to Engineer it to a Relational model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

9. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Target

Reverse

Forward (*)

Top-Down

Correct

________________________________________

10. The steps to convert a Relational model to a Logical model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Relational model, Accept defaults, Click the Engineer to Logical Model icon, Click Engineer

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.
Select the Relational model, Click the Engineer to Logical Model icon, Accept defaults, Click Engineer
(*)

None of the above.

Incorrect. Refer to Section 4 Lesson 2.

11. Top-Down Modeling is the approach taken for designing a new database.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

12. When mapping subtypes to tables we can ________

Mark for Review

(1) Points

Use one table

Use multiple tables

Either one or multiple tables are valid options. (*)

Neither one or multiple tables are valid options.

Correct

________________________________________

13. Primary key constraints should have a suffix of PKEY.

Mark for Review

(1) Points

True

False (*)

Incorrect. Refer to Section 5 Lesson 2.

________________________________________

14. To define naming templates in Oracle SQL Data Modeler:


Mark for Review

(1) Points

Right click the name of the design in object browser

Select properties, select template

Edit the template to use abbreviations

Do all of these steps. (*)

Correct

________________________________________

15. Constraints should be given meaningful names to make them easier to reference.

Mark for Review

(1) Points

True (*)

False

Correct

1. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points

primary key

instance

row

column (*)

Correct

________________________________________

2. A column or combination of columns in one table that refers to a primary key in the same or
another table.

Mark for Review


(1) Points

Candidate Key

Primary Key

Foreign Key (*)

Super Key

Correct

________________________________________

3. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review

(1) Points

glossary (*)

table

template

validation rule

Correct

________________________________________

4. You can define naming standards in Oracle SQL Developer Data Modeler using _______________.

Mark for Review

(1) Points

Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)

Correct

________________________________________

5. To define naming templates in Oracle SQL Data Modeler:

Mark for Review


(1) Points

Right click the name of the design in object browser

Select properties, select template

Edit the template to use abbreviations

Do all of these steps. (*)

Correct

6. Primary key constraints should have a suffix of PKEY.

Mark for Review

(1) Points

True

False (*)

Correct

________________________________________

7. We can apply naming abbreviations using the .csv file containing the abbreviations

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

8. In Oracle SQL Developer Data Modeler you can select select how you want to map your subtypes.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________
9. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Reverse

Target

Top-Down

Forward (*)

Correct

________________________________________

10. _______ Engineering is the process of creating a conceptual or logical model by extracting the
information from an existing data source.

Mark for Review

(1) Points

Top-Down

Target

Reverse (*)

Forward

Correct

11. When creating a database based on extracting metadata from an existing database or using the
DDL code obtained from an implementation of an existing database, which data modeling approach
would you choose?

Mark for Review

(1) Points

Bottom-Up Modeling (*)

Top-Down Modeling

You cannot model this.

Target Modeling

Correct
________________________________________

12. Converting a Relational model to a Logical model is called reverse engineering.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

13. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

________________________________________

14. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

15. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review


(1) Points

Conceptual

Relational

Physical

Logical (*)

Correct

1. Primary key constraints are named using the __________________.

Mark for Review

(1) Points

table short name (*)

foreign key name

UID suffix

full table name

________________________________________

2. Primary key constraints should have a suffix of PKEY.

Mark for Review

(1) Points

True

False (*)

Correct

________________________________________

3. In Oracle SQL Developer Data Modeler you can select select how you want to map your subtypes.

Mark for Review

(1) Points

True (*)

False
Correct

________________________________________

4. Constraints should be given meaningful names to make them easier to reference.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

5. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Create process, logical, relational and physical models

Store application data (*)

Capture business rules and information

Store metadata information

Correct

6. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Conceptual

Relational

Physical

Logical (*)

Correct

________________________________________

7. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?
Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

________________________________________

8. Top-Down Modeling is the approach taken for designing a new database.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

9. When creating a database based on extracting metadata from an existing database or using the
DDL code obtained from an implementation of an existing database, which data modeling approach
would you choose?

Mark for Review

(1) Points

Top-Down Modeling

Target Modeling

Bottom-Up Modeling (*)

You cannot model this.

Correct

________________________________________

10. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review


(1) Points

Target

Top-Down

Forward (*)

Reverse

Correct

11. _______ Engineering is the process of creating a conceptual or logical model by extracting the
information from an existing data source.

Mark for Review

(1) Points

Target

Top-Down

Reverse (*)

Forward

Correct

________________________________________

12. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

13. A column or combination of columns in one table that refers to a primary key in the same or
another table.

Mark for Review

(1) Points
Candidate Key

Super Key

Foreign Key (*)

Primary Key

Correct

________________________________________

14. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review

(1) Points

template

table

validation rule

glossary (*)

Correct

________________________________________

15. You can define naming standards in Oracle SQL Developer Data Modeler using
_______________.

Mark for Review

(1) Points

Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)

Correct

1. To define naming templates in Oracle SQL Data Modeler:

Mark for Review


(1) Points

Right click the name of the design in object browser

Select properties, select template

Edit the template to use abbreviations

Do all of these steps. (*)

Correct

________________________________________

2. Primary key constraints should have a suffix of PKEY.

Mark for Review

(1) Points

True

False (*)

Correct

________________________________________

3. In Oracle SQL Developer Data Modeler you can select select how you want to map your subtypes.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________

4. To use the Oracle SQL Developer Data Modeler to apply naming standards :

Mark for Review

(1) Points

Use a .docx file constaining table names and abbreviations

Use a .csv file constaining table names and abbreviations (*)

Use a .accdb file constaining table names and abbreviations

None of the above.


Correct

________________________________________

5. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points

row

column (*)

instance

primary key

Correct

6. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review

(1) Points

template

glossary (*)

table

validation rule

Correct

________________________________________

7. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________
8. You can define naming standards in Oracle SQL Developer Data Modeler using _______________.

Mark for Review

(1) Points

Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)

Correct

________________________________________

9. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

________________________________________

10. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Capture business rules and information

Create process, logical, relational and physical models

Store application data (*)

Store metadata information

Correct
11. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Physical

Conceptual

Logical (*)

Relational

Correct

________________________________________

12. The steps to convert a Logical model to a Relational model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Logical model, Click the Engineer to Relational Model icon, Accept defaults, Click Engineer
(*)

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Logical model, Accept defaults, Click the Engineer to Relational Model icon, Click Engineer

None of the above.

Correct

________________________________________

13. A Relational model is closer to the implementation solution, facilitates discussion and forms the
basis for the physical database design.

Mark for Review

(1) Points

True (*)

False

Correct

________________________________________
14. _______ Engineering is the process of creating a conceptual or logical model by extracting the
information from an existing data source.

Mark for Review

(1) Points

Target

Top-Down

Reverse (*)

Forward

Correct

________________________________________

15. When creating a database based on extracting metadata from an existing database or using the
DDL code obtained from an implementation of an existing database, which data modeling approach
would you choose?

Mark for Review

(1) Points

Target Modeling

You cannot model this.

Top-Down Modeling

Bottom-Up Modeling (*)

Correct

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

1. To define naming templates in Oracle SQL Data Modeler:

Mark for Review

(1) Points
Right click the name of the design in object browser

Select properties, select template

Edit the template to use abbreviations

Do all of these steps. (*)

Correct

2. We can apply naming abbreviations using the .csv file containing the abbreviations

Mark for Review

(1) Points

True (*)

False

Correct

3. Primary key constraints should have a suffix of PKEY.

Mark for Review

(1) Points

True

False (*)

Correct

4. Foreign key constraints are named using the ______________ of both tables.

Mark for Review

(1) Points

full table name

UID suffix

foreign key name

short table name (*)

Correct

5. You can define naming standards in Oracle SQL Developer Data Modeler using _______________.

Mark for Review


(1) Points

Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)

Correct

Page 1 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

6. A column or combination of columns in one table that refers to a primary key in the same or
another table.

Mark for Review

(1) Points

Primary Key

Super Key

Candidate Key

Foreign Key (*)

Correct

7. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct
8. An Entity Relationship model does not highlight the physical and database constraints. It is
essential to transform the ER model into a relational model which can serve as the basis for defining
the physical implementation of the database.

Mark for Review

(1) Points

True (*)

False

Correct

9. The steps to convert a Logical model to a Relational model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Logical model, Click the Engineer to Relational Model icon, Accept defaults, Click Engineer
(*)

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Logical model, Accept defaults, Click the Engineer to Relational Model icon, Click Engineer

None of the above.

Correct

10. Converting a Relational model to a Logical model is called reverse engineering.

Mark for Review

(1) Points

True (*)

False

Correct

Page 2 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz


(Answer all questions in this section)

11. _______ Engineering is the process of creating a conceptual or logical model by extracting the
information from an existing data source.

Mark for Review

(1) Points

Target

Top-Down

Reverse (*)

Forward

Incorrect. Refer to Section 4 Lesson 2.

12. You must first select the Logical model you want to work with to Engineer it to a Relational
model.

Mark for Review

(1) Points

True (*)

False

Correct

13. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Conceptual

Physical

Relational

Logical (*)

Correct

14. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review


(1) Points

True (*)

False

Correct

15. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

Page 3 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

1. The steps to convert a Logical model to a Relational model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Logical model, Click the Engineer to Relational Model icon, Accept defaults, Click Engineer
(*)

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Logical model, Accept defaults, Click the Engineer to Relational Model icon, Click Engineer

None of the above.

Correct
2. When creating a database based on extracting metadata from an existing database or using the
DDL code obtained from an implementation of an existing database, which data modeling approach
would you choose?

Mark for Review

(1) Points

Top-Down Modeling

Bottom-Up Modeling (*)

You cannot model this.

Target Modeling

Incorrect. Refer to Section 4 Lesson 2.

3. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Reverse

Top-Down

Forward (*)

Target

Correct

4. You must first select the Logical model you want to work with to Engineer it to a Relational model.

Mark for Review

(1) Points

True (*)

False

Correct

5. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Physical
Relational

Logical (*)

Conceptual

Correct

Page 1 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

6. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Create process, logical, relational and physical models

Capture business rules and information

Store metadata information

Store application data (*)

Correct

7. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct

8. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review


(1) Points

template

glossary (*)

table

validation rule

Correct

9. Each attribute in an entity maps to a _________ in a table.

Mark for Review

(1) Points

column (*)

instance

primary key

row

Incorrect. Refer to Section 5 Lesson 1.

10. A ___________ model is the blue print to the actual database implementation and can be used
as the basis for implementing any type of Database Management System (DBMS).

Mark for Review

(1) Points

Database

Conceptual

Relational (*)

Logical

Correct

Page 2 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)


11. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct

12. In Oracle SQL Developer Data Modeler you can select select how you want to map your
subtypes.

Mark for Review

(1) Points

True (*)

False

Correct

13. Constraints should be given meaningful names to make them easier to reference.

Mark for Review

(1) Points

True (*)

False

Correct

14. Foreign key constraints are named using the ______________ of both tables.

Mark for Review

(1) Points

full table name

UID suffix

foreign key name

short table name (*)

Correct
15. We can apply naming abbreviations using the .csv file containing the abbreviations

Mark for Review

(1) Points

True (*)

False

Correct

Page 3 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

1. We can apply naming abbreviations using the .csv file containing the abbreviations

Mark for Review

(1) Points

True (*)

False

Correct

2. To define naming templates in Oracle SQL Data Modeler:

Mark for Review

(1) Points

Right click the name of the design in object browser

Select properties, select template

Edit the template to use abbreviations

Do all of these steps. (*)

Correct

3. In Oracle SQL Developer Data Modeler you can select select how you want to map your subtypes.
Mark for Review

(1) Points

True (*)

False

Correct

4. Foreign key constraints are named using the ______________ of both tables.

Mark for Review

(1) Points

full table name

UID suffix

foreign key name

short table name (*)

Correct

5. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Target

Reverse

Top-Down

Forward (*)

Correct

Page 1 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)


6. When creating a database based on extracting metadata from an existing database or using the
DDL code obtained from an implementation of an existing database, which data modeling approach
would you choose?

Mark for Review

(1) Points

You cannot model this.

Bottom-Up Modeling (*)

Top-Down Modeling

Target Modeling

Correct

7. You must first select the Logical model you want to work with to Engineer it to a Relational model.

Mark for Review

(1) Points

True (*)

False

Correct

8. The steps to convert a Relational model to a Logical model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Relational model, Accept defaults, Click the Engineer to Logical Model icon, Click Engineer

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Relational model, Click the Engineer to Logical Model icon, Accept defaults, Click Engineer
(*)

None of the above.

Correct

9. An Entity Relationship model does not highlight the physical and database constraints. It is
essential to transform the ER model into a relational model which can serve as the basis for defining
the physical implementation of the database.

Mark for Review


(1) Points

True (*)

False

Correct

10. You can define naming standards in Oracle SQL Developer Data Modeler using
_______________.

Mark for Review

(1) Points

Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)

Incorrect. Refer to Section 5 Lesson 1.

Page 2 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

11. The steps to create a glossary from an existing Logical model are :

Mark for Review

(1) Points

Right click Logical model, select Create Glossary from Logical Model (*)

Double click the Logical Model

Rick click the Relational model, select Create Glossary from Relational Model

None of the above.

Correct
12. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review

(1) Points

validation rule

table

template

glossary (*)

Correct

13. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Physical

Logical (*)

Conceptual

Relational

Correct

14. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct

15. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Store metadata information


Capture business rules and information

Create process, logical, relational and physical models

Store application data (*)

Correct

Page 3 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

1. You must first select the Logical model you want to work with to Engineer it to a Relational model.

Mark for Review

(1) Points

True (*)

False

Correct

2. _______ Engineering is the process of creating a conceptual or logical model by extracting the
information from an existing data source.

Mark for Review

(1) Points

Reverse (*)

Target

Top-Down

Forward

Correct

3. Top-Down Modeling is the approach taken for designing a new database.

Mark for Review

(1) Points
True (*)

False

Correct

4. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Reverse

Top-Down

Forward (*)

Target

Correct

5. Foreign key constraints are named using the ______________ of both tables.

Mark for Review

(1) Points

full table name

UID suffix

foreign key name

short table name (*)

Correct

Page 1 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

6. Primary key constraints are named using the __________________.

Mark for Review


(1) Points

full table name

UID suffix

foreign key name

table short name (*)

Incorrect. Refer to Section 5 Lesson 2.

7. We can apply naming abbreviations using the .csv file containing the abbreviations

Mark for Review

(1) Points

True (*)

False

Correct

8. When mapping subtypes to tables we can ________

Mark for Review

(1) Points

Use one table

Use multiple tables

Either one or multiple tables are valid options. (*)

Neither one or multiple tables are valid options.

Correct

9. A column or combination of columns in one table that refers to a primary key in the same or
another table.

Mark for Review

(1) Points

Super Key

Foreign Key (*)

Primary Key

Candidate Key
Correct

10. The steps to create a glossary from an existing Logical model are :

Mark for Review

(1) Points

Right click Logical model, select Create Glossary from Logical Model (*)

Double click the Logical Model

Rick click the Relational model, select Create Glossary from Relational Model

None of the above.

Correct

Page 2 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

11. You can define naming standards in Oracle SQL Developer Data Modeler using
_______________.

Mark for Review

(1) Points

Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)

Correct

12. A ___________ model is the blue print to the actual database implementation and can be used
as the basis for implementing any type of Database Management System (DBMS).

Mark for Review

(1) Points
Relational (*)

Database

Conceptual

Logical

Correct

13. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.

Mark for Review

(1) Points

Conceptual

Physical

Relational

Logical (*)

Correct

14. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

15. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False
Correct

Page 3 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

1. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Top-Down

Target

Reverse

Forward (*)

Incorrect. Refer to Section 4 Lesson 2.

2. The steps to convert a Logical model to a Relational model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Logical model, Click the Engineer to Relational Model icon, Accept defaults, Click Engineer
(*)

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Logical model, Accept defaults, Click the Engineer to Relational Model icon, Click Engineer

None of the above.

Correct

3. The steps to convert a Relational model to a Logical model using the Oracle SQL Developer Data
Modeler are :

Mark for Review


(1) Points

Select the Relational model, Accept defaults, Click the Engineer to Logical Model icon, Click Engineer

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Relational model, Click the Engineer to Logical Model icon, Accept defaults, Click Engineer
(*)

None of the above.

Correct

4. Top-Down Modeling is the approach taken for designing a new database.

Mark for Review

(1) Points

True (*)

False

Correct

5. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct

Page 1 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

6. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review


(1) Points

Create process, logical, relational and physical models

Capture business rules and information

Store metadata information

Store application data (*)

Correct

7. Which of the following cannot be modeled using the Oracle SQL Data Modeler ?

Mark for Review

(1) Points

Entities, attributes, UIDs

Supertype and subtype entities

Recursive Relationships

Arc relationships

All can be modeled. (*)

Correct

8. To define naming templates in Oracle SQL Data Modeler:

Mark for Review

(1) Points

Right click the name of the design in object browser

Select properties, select template

Edit the template to use abbreviations

Do all of these steps. (*)

Correct

9. Constraints should be given meaningful names to make them easier to reference.

Mark for Review

(1) Points

True (*)

False
Correct

10. Primary key constraints should have a suffix of PKEY.

Mark for Review

(1) Points

True

False (*)

Incorrect. Refer to Section 5 Lesson 2.

Page 2 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

11. Primary key constraints are named using the __________________.

Mark for Review

(1) Points

full table name

foreign key name

UID suffix

table short name (*)

12. A ___________ model is the blue print to the actual database implementation and can be used
as the basis for implementing any type of Database Management System (DBMS).

Mark for Review

(1) Points

Database

Relational (*)

Conceptual

Logical
Correct

13. You can define naming standards in Oracle SQL Developer Data Modeler using
_______________.

Mark for Review

(1) Points

Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)

Correct

14. A column or combination of columns in one table that refers to a primary key in the same or
another table.

Mark for Review

(1) Points

Candidate Key

Foreign Key (*)

Primary Key

Super Key

Correct

15. The glossary can be used as the naming standard for your Logical Model.

Mark for Review

(1) Points

True (*)

False

Correct

Page 3 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.
Sections 4 and 5 Quiz

(Answer all questions in this section)

1. Foreign key constraints are named using the ______________ of both tables.

Mark for Review

(1) Points

full table name

UID suffix

foreign key name

short table name (*)

Correct

2. Primary key constraints are named using the __________________.

Mark for Review

(1) Points

table short name (*)

foreign key name

UID suffix

full table name

3. When mapping subtypes to tables we can ________

Mark for Review

(1) Points

Use one table

Use multiple tables

Either one or multiple tables are valid options. (*)

Neither one or multiple tables are valid options.

Correct

4. To define naming templates in Oracle SQL Data Modeler:

Mark for Review


(1) Points

Right click the name of the design in object browser

Select properties, select template

Edit the template to use abbreviations

Do all of these steps. (*)

Correct

5. A ______________ in Oracle SQL Developer Data Modeler is a set of accepted terms that can be
used in the design.

Mark for Review

(1) Points

template

validation rule

table

glossary (*)

Correct

Page 1 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

6. You can define naming standards in Oracle SQL Developer Data Modeler using _______________.

Mark for Review

(1) Points

Glossary

Naming Templates

Design Rule Validations

All of the above can be used to define naming standards in Oracle SQL Data Modeler. (*)
Correct

7. A ___________ model is the blue print to the actual database implementation and can be used as
the basis for implementing any type of Database Management System (DBMS).

Mark for Review

(1) Points

Relational (*)

Logical

Conceptual

Database

Correct

8. A column or combination of columns in one table that refers to a primary key in the same or
another table.

Mark for Review

(1) Points

Super Key

Candidate Key

Primary Key

Foreign Key (*)

Correct

9. ________ Engineering is the process of transforming a Logical Data Model to a Relational Model.

Mark for Review

(1) Points

Forward (*)

Reverse

Target

Top-Down

Correct

10. A Relational model is closer to the implementation solution, facilitates discussion and forms the
basis for the physical database design.
Mark for Review

(1) Points

True (*)

False

Correct

Page 2 of 3

Test: DFo Sections 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct
answer.

Sections 4 and 5 Quiz

(Answer all questions in this section)

11. The steps to convert a Logical model to a Relational model using the Oracle SQL Developer Data
Modeler are :

Mark for Review

(1) Points

Select the Logical model, Click the Engineer to Relational Model icon, Accept defaults, Click Engineer
(*)

Click the Engineer to Relational Model icon, Select the Logical model, Click Engineer, Accept defaults.

Select the Logical model, Accept defaults, Click the Engineer to Relational Model icon, Click Engineer

None of the above.

Correct

12. Top-Down Modeling is the approach taken for designing a new database.

Mark for Review

(1) Points

True (*)

False

Correct

13. When building a model in Oracle SQL Data Modeler you begin in the ________ tab.
Mark for Review

(1) Points

Conceptual

Physical

Logical (*)

Relational

Correct

14. The Oracle SQL Data Modeler enables you to do all of the following except:

Mark for Review

(1) Points

Create process, logical, relational and physical models

Capture business rules and information

Store application data (*)

Store metadata information

Correct

15. In Oracle SQL Data Modeler, the attribute that you assign as primary UID is automatically set to a
mandatory attribute and will be engineered to a primary key in the relational model.

Mark for Review

(1) Points

True (*)

False

Correct

Page 3 of 3

You might also like