SQL for Database Construction SQL Server does not support the BEFORE trigger. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction When using the SQL INSERT statement: rows cannot be copied in mass from one table to another only. rows can be inserted into a table only one at a time only. rows can either be inserted into a table one at a time or in groups. rows can be modified according to criteria only. rows cannot be copied in mass from one table to another only. rows can be inserted into a table only one at a time only. rows can either be inserted into a table one at a time or in groups. rows can be modified according to criteria only. 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 The SQL DELETE statement is used to delete both the table structure and table data. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is an SQL trigger supported by Oracle? AFTER INSTEAD OF BEFORE All of these AFTER INSTEAD OF BEFORE All of these ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which is NOT one of the most common types of SQL CHECK constraints? Lists of values 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 ANSWER DOWNLOAD EXAMIANS APP