SQL for Database Construction – True or False1. The SQL statement used to create a view is CREATE VIEW. A. True B. False 2. The…
SQL for Database Construction – General Questions1. The SQL command to create a table is: A. MAKE TABLE. B. ALTER TABLE. C. DEFINE TABLE.…
Data Modeling with ER Model – True or False1. An ID-dependent entity is an entity whose identifier is a composite identifier where no portion of the…
Data Modeling with ER Model – General Questions1. Which of the following indicates the maximum number of entities that can be involved in a relationship?…
The Relational Model and Normalization – True or False1. In a relation, the order of the rows matters. A. True B. False 2. In a relation,…
The Relational Model and Normalization – General Questions1. Every time attribute A appears, it is matched with the same value of attribute B, but not…
Introduction to Database – True or False1. The relational database model was created by E.F. Codd. A. True B. False 2. A database is…
Introduction to Database – General Questions1. The DBMS acts as an interface between what two components of an enterprise-class database system? A. Database…