SQL for Database Construction Three types of triggers are: BEFORE, AFTER and EXCEPTION. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is NOT a type of SQL constraint? ALTERNATE KEY FOREIGN KEY UNIQUE PRIMARY KEY ALTERNATE KEY FOREIGN KEY UNIQUE PRIMARY KEY ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction If any required (NOT NULL) columns are missing from the view, the view cannot be used for inserting new data. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The DROP TABLE statement: works whether or not referential integrity constraints would be violated. is not an SQL statement. deletes the table structure along with the table data. deletes the table structure only. works whether or not referential integrity constraints would be violated. is not an SQL statement. deletes the table structure along with the table data. deletes the table structure only. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Common types of SQL CHECK constraints include range checks and limiting columns values. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction To update an SQL view, the DBMS must be able to associate the column(s) to be updated with: a particular column in a particular row. a particular column in a particular underlying table. None of these a particular row in a particular underlying table. a particular column in a particular row. a particular column in a particular underlying table. None of these a particular row in a particular underlying table. ANSWER DOWNLOAD EXAMIANS APP