SQL for Database Construction The SQL MAKE TABLE command is used to construct tables, define columns, define column constraints and create relationships. 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. deletes the table structure along with the table data. deletes the table structure only. is not an SQL statement. works whether or not referential integrity constraints would be violated. deletes the table structure along with the table data. deletes the table structure only. is not an SQL statement. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which is NOT one of the most common types of SQL CHECK constraints? System date Comparing one column value to another within the same table Range checks Lists of values System date Comparing one column value to another within the same table Range checks Lists of values ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL DELETE statement is used to delete both the table structure and table data. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction There are three SQL data modification operations: insert, modify and delete. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Three types of triggers are: BEFORE, AFTER and EXCEPTION. True False True False ANSWER DOWNLOAD EXAMIANS APP