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 ALTER statement can be used to: change the table structure. add rows to the table. change the table data. delete rows from the table. change the table structure. add rows to the table. change the table data. delete rows from the table. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A view that contains a computed column can be easily updated. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction If any required (NOT NULL) columns are missing from the view, the view cannot be used for inserting new data. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction To update an SQL view, the DBMS must be able to associate the column(s) to be updated with: a particular column in a particular underlying table. a particular column in a particular row. a particular row in a particular underlying table. None of these a particular column in a particular underlying table. a particular column in a particular row. a particular row in a particular underlying table. None of these 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 pseudofile embedded SELECT statement trigger None of these pseudofile embedded SELECT statement trigger ANSWER DOWNLOAD EXAMIANS APP