You are on page 1of 4

1.

When creating
a database Mark for Review
based on (1) Points
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?
Target Modeling

Bottom-Up Modeling (*)

Top-Down Modeling
You cannot model this.

Correct

2. An entity creates a table and an attribute becomes a column in a table.


Mark for Review
(1) Points
True (*)

False

Correct

3. Reverse 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
True (*)

False

Correct

4. A supertype can only have two subtypes and no more. True or False?
Mark for Review
(1) Points
True

False (*)

Correct

5. When creating entities you must follow these rules: (Choose Two)
Mark for Review
(1) Points
(Choose all correct answers)
Name them in Singular (*)
Exclude Attributes
Include Attributes (*)

Name them in Plural

Correct
6. A
Supertype Mark for Review
can have (1) Points
only one
subtype.
True or
False?
True

False (*)

Correct

7. Which of the following is true about subtypes?


Mark for Review
(1) Points
Subtypes should not be exhaustive.

Subtypes must not be mutually exclusive.

Subtypes must be mutually exclusive. (*)

One instance of a supertype may belong to two subtypes.

Correct

8. All ER diagrams must have one of each of the following: (Choose two)
Mark for Review
(1) Points
(Choose all correct answers)
One or more Entities (*)

Arcs

Relationships between entities (*)

At least one supertype and subtype

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 (*)

Super Key

Candidate Key

Primary Key

Correct

10. You can define naming standards in Oracle SQL Developer Data Modeler
using .. Mark for Review
(1) Points
(Choose all correct answers)
Design Rule Validations (*)
Naming Templates (*)

None

Glossary (*)

Correct
11. A Relational
model is the Mark for Review
blue print to (1) Points
the actual
database
implementation
and can be
used as the
basis for
implementing
any type of
Database
Management
System
(DBMS).
True (*)

False

Correct

12. For a mandatory 1:1 relationship, the foreign key will be placed on
the mandatory side of the table and will use the NOT NULL constraint Mark for Review
to enforce the mandatory condition. (1) Points

True (*)

False

Correct

13. When an exclusive relationship is engineered to a Relational model, a


foreign key column is created for each relationship included in the arc. Mark for Review
(1) Points
True (*)

False

Correct

14. A relationship in an ER Diagram expresses the rules that apply


between two entities. Mark for Review
(1) Points
True (*)

False

Correct

15. When two attributes in the same entity relate to the same unique
identifier attribute then you can fold the keys into one column in the Mark for Review
Relational model during engineering. (1) Points

True (*)

False

Correct

You might also like