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 A ________ is a program that performs some common action on database data and that is stored in the database. None of these stored procedure pseudofile trigger None of these stored procedure pseudofile trigger ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A updatable view has its own data. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL MAKE TABLE command is used to construct tables, define columns, define column constraints and create relationships. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A ________ is a stored program that is attached to a table or a view. pseudofile None of these trigger embedded SELECT statement pseudofile None of these trigger embedded SELECT statement ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL ALTER statement can be used to: add rows to the table. change the table data. change the table structure. delete rows from the table. add rows to the table. change the table data. change the table structure. delete rows from the table. ANSWER DOWNLOAD EXAMIANS APP