SQL for Database Construction The SQL ALTER statement can be used to: change the table structure. change the table data. add rows to the table. delete rows from the table. change the table structure. change the table data. add rows to the table. delete rows from the table. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL has a JOIN ON syntax that can be used to create inner joins and outer joins. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A reason for using an SQL view to hide columns is: 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 to accomplish both of the above. to prevent the display of sensitive data only. to simplify a result only. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL views can be used to hide: columns and rows only. both of the above can be hidden by an SQL view. complicated SQL syntax only. None of these columns and rows only. both of the above can be hidden by an SQL view. complicated SQL syntax only. None of these ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What is an advantage of placing computations in SQL views? To ensure that the results are consistent. To accomplish both of the above. None of these To save users from having to write an expression. To ensure that the results are consistent. To accomplish both of the above. None of these To save users from having to write an expression. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A view that contains a computed column can be easily updated. False True False True ANSWER DOWNLOAD EXAMIANS APP