SQL for Database Construction A trigger is a stored program that is attached to a database. False True False True 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 Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: ORDER BY FROM WHERE GROUP BY ORDER BY FROM WHERE GROUP BY 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 Which of the following is an SQL trigger supported by Oracle? BEFORE AFTER INSTEAD OF All of these BEFORE AFTER INSTEAD OF All of these ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL command to create a table is: CREATE TABLE DEFINE TABLE MAKE TABLE ALTER TABLE CREATE TABLE DEFINE TABLE MAKE TABLE ALTER TABLE ANSWER DOWNLOAD EXAMIANS APP