SQL for Database Construction SQL views can be used to hide: None of these columns and rows only. complicated SQL syntax only. both of the above can be hidden by an SQL view. None of these columns and rows only. complicated SQL syntax only. both of the above can be hidden by an SQL view. 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 Which is NOT one of the most common types of SQL CHECK constraints? Comparing one column value to another within the same table System date Lists of values Range checks Comparing one column value to another within the same table System date Lists of values Range checks ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What is an advantage of placing computations in SQL views? To accomplish both of the above. To save users from having to write an expression. None of these To ensure that the results are consistent. To accomplish both of the above. To save users from having to write an expression. None of these To ensure that the results are consistent. 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 The DROP TABLE statement: deletes the table structure along with the table data. is not an SQL statement. deletes the table structure only. works whether or not referential integrity constraints would be violated. deletes the table structure along with the table data. is not an SQL statement. deletes the table structure only. works whether or not referential integrity constraints would be violated. ANSWER DOWNLOAD EXAMIANS APP