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 The SQL CHECK constraint is fully defined by the SQL-92 standard, and is consistently implemented by all DBMS vendors. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A ________ is a program that performs some common action on database data and that is stored in the database. None of these trigger pseudofile stored procedure None of these trigger pseudofile stored procedure 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 Three types of triggers are: BEFORE, AFTER and EXCEPTION. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement to create a view is: MAKE VIEW CREATE VIEW SELECT VIEW INSERT VIEW MAKE VIEW CREATE VIEW SELECT VIEW INSERT VIEW ANSWER DOWNLOAD EXAMIANS APP