SQL for Database Construction The SQL ALTER statement can be used to: change the table structure. delete rows from the table. change the table data. add rows to the table. change the table structure. delete rows from the table. change the table data. add rows to the table. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement to create a view is: CREATE VIEW MAKE VIEW SELECT VIEW INSERT VIEW CREATE VIEW MAKE VIEW SELECT VIEW INSERT VIEW ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views can be used to show the results of computed columns. 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? Comparing one column value to another within the same table Range checks Lists of values System date Comparing one column value to another within the same table Range checks Lists of values System date ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A benefit of using a stored procedure is that it can be distributed to client computers. False True False True ANSWER DOWNLOAD EXAMIANS APP
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 pseudofile trigger None of these stored procedure pseudofile trigger None of these ANSWER DOWNLOAD EXAMIANS APP