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
SQL for Database Construction What is not an advantage of stored procedures? Greater security Increased network traffic SQL can be optimized Code sharing Greater security Increased network traffic SQL can be optimized Code sharing 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 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 A ________ is a stored program that is attached to a table or a view. pseudofile trigger embedded SELECT statement None of these pseudofile trigger embedded SELECT statement None of these 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