SQL for Database Construction Which of the following is an SQL trigger supported by Oracle? All of these INSTEAD OF BEFORE AFTER All of these INSTEAD OF BEFORE AFTER 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. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL command to create a table is: DEFINE TABLE CREATE TABLE MAKE TABLE ALTER TABLE DEFINE TABLE CREATE TABLE MAKE TABLE ALTER TABLE ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A trigger is a stored program that is attached to a database. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A ________ is a stored program that is attached to a table or a view. None of these embedded SELECT statement trigger pseudofile None of these embedded SELECT statement trigger pseudofile ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement used to create a view is CREATE VIEW. False True False True ANSWER DOWNLOAD EXAMIANS APP