SQL for Database Construction A ________ is a program that performs some common action on database data and that is stored in the database. trigger pseudofile None of these stored procedure trigger pseudofile None of these stored procedure ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What SQL structure is used to limit column values of a table? The VALUE constraint None of these The LIMIT constraint The CHECK constraint The VALUE constraint None of these The LIMIT constraint The CHECK constraint ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A reason for using an SQL view to hide columns is: None of these to simplify a result only. to prevent the display of sensitive data only. to accomplish both of the above. None of these to simplify a result only. to prevent the display of sensitive data only. to accomplish both of the above. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views can be used to show the results of computed columns. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A SQL view is a virtual table that is constructed from other tables or views. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A stored procedure is a program that performs some common action on database data and is stored in the database. True False True False ANSWER DOWNLOAD EXAMIANS APP