SQL for Database Construction A ________ is a stored program that is attached to a table or a view. trigger embedded SELECT statement None of these pseudofile trigger embedded SELECT statement None of these pseudofile 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: None of these a particular column in a particular underlying table. a particular row in a particular underlying table. a particular column in a particular row. None of these a particular column in a particular underlying table. a particular row in a particular underlying table. a particular column in a particular row. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Standard SQL-92 views are constructed from SQL SELECT statements that do not contain the GROUP BY clause. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL statements can be embedded in triggers, stored procedures, and program code. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What SQL structure is used to limit column values of a table? None of these The VALUE constraint The CHECK constraint The LIMIT constraint None of these The VALUE constraint The CHECK constraint The LIMIT constraint ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A reason for using an SQL view to hide columns is: to simplify a result only. None of these to prevent the display of sensitive data only. to accomplish both of the above. to simplify a result only. None of these to prevent the display of sensitive data only. to accomplish both of the above. ANSWER DOWNLOAD EXAMIANS APP