Database System Final Exam Sheet 3
Database System Final Exam Sheet 3
Credits : 3 SKS
1. The Oracle SQL Data Modeler enables you to do all 6. Constraints should be given meaningful names to
the following except: make them easier to reference.
a. Store application data o True
b. Capture business rules and information o False
c. Store metadata information 7. The steps to create a glossary from an existing Logical
d. Create process, logical, relational, and physical model are :
models a. Right click Logical model, select Create Glossary
2. In Oracle SQL Data Modeler, the attribute that you as- from Logical Model
sign as primary UID is automatically set to a manda- b. Double click the Logical Model
tory attribute and will be engineered to a primary key c. Right click the Relational model, select Create
in the relational model. Glossary from Relational Model
o True d. None of the above.
o False 8. A column or combination of columns in one table that
3. Engineering is the process of creating a con- refers to a primary key in the same or another table.
ceptual or logical model by extracting the information a. Super Key
from an existing data source. b. Foreign Key
a. Top-Down c. Candidate Key
b. Forward d. Primary Key
c. Reverse 9. ________ give you more flexibility and control when
d. Target changing data, and they ensure data consistency in the
4. The steps to convert a Relational model to a Logical event of user process failure or system failure.
model using the Oracle SQL Developer Data Modeler a. Procedures
are, b. Functions
a. Select the Relational model, Accept defaults, c. Transactions
Click the Engineer to Logical Model icon, Click d. Code blocks
Engineer 10. With the and ROLLBACK statements,
b. Click the Engineer to Relational Model icon, Se- you have control over making changes to the data per-
lect the Logical model, Click Engineer, Accept manent
defaults. a. INSERT
c. Select the Relational model, Click the Engineer b. WHERE
to Logical Model icon, Accept defaults, Click c. DELETE
Engineer d. COMMIT
d. None of the above. 11. A database transaction consists of the following ex-
5. Foreign key constraints are named using the cept
of both tables. a. One TCL Statement
a. full table name b. One DDL Statement
b. UID suffix c. DML statements representing one consistent
c. foreign key name change to the data
d. short table name d. SELECT queries