Introduction to Database System A database is called "self-describing" because it contains a description of itself. True False True False ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System For some relations, changing the data can have undesirable consequences called: referential integrity constraints. modification anomalies. transitive dependencies. normal forms. referential integrity constraints. modification anomalies. transitive dependencies. normal forms. ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A _____ means that one record in a particular record type may be related to more than one record of another record type. One-to-many relationship Many-to-one relationship One-to-one relationship Many-to many relationship One-to-many relationship Many-to-one relationship One-to-one relationship Many-to many relationship ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which command(s) is(are) used to enable/disable/drop an integrity constraint in SQL? All of the listed here ALTER TABLE MODIFY TABLE DEFINE TABLE All of the listed here ALTER TABLE MODIFY TABLE DEFINE TABLE ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A relation has cells that hold multi-value entries. False True False True ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which of the following is not a restriction for a table to be a relation? All of the entries in any column must be of the same kind. The columns must be ordered. No two rows in a table may be identical. The cells of the table must contain a single value. All of the entries in any column must be of the same kind. The columns must be ordered. No two rows in a table may be identical. The cells of the table must contain a single value. ANSWER DOWNLOAD EXAMIANS APP