SQL for Database Construction A ________ is a program that performs some common action on database data and that is stored in the database. stored procedure None of these trigger pseudofile stored procedure None of these 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
SQL for Database Construction SQL Server does not support the BEFORE trigger. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which is NOT one of the most common types of SQL CHECK constraints? Range checks Comparing one column value to another within the same table Lists of values System date Range checks Comparing one column value to another within the same table Lists of values System date ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A reason for using an SQL view to hide columns is: to simplify a result only. to accomplish both of the above. None of these to prevent the display of sensitive data only. to simplify a result only. to accomplish both of the above. None of these to prevent the display of sensitive data only. 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 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 a particular column in a particular underlying table. ANSWER DOWNLOAD EXAMIANS APP