SQL for Database Construction For what purposes are views used? All of these To hide rows only To hide columns only To hide complicated SQL statements only All of these To hide rows only To hide columns only To hide complicated SQL statements only ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL statements can be embedded in triggers, stored procedures, and program code. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A updatable view has its own data. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Common types of SQL CHECK constraints include range checks and limiting columns values. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A reason for using an SQL view to hide columns is: to accomplish both of the above. to prevent the display of sensitive data only. to simplify a result only. None of these to accomplish both of the above. to prevent the display of sensitive data only. to simplify a result only. None of these 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 row in a particular underlying table. None of these a particular column in a particular row. a particular column in a particular underlying table. a particular row in a particular underlying table. None of these a particular column in a particular row. ANSWER DOWNLOAD EXAMIANS APP