SQL for Database Construction The SQL CHECK constraint is fully defined by the SQL-92 standard, and is consistently implemented by all DBMS vendors. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A benefit of using a stored procedure is that it can be distributed to client computers. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Common types of SQL CHECK constraints include range checks and limiting columns values. False True False True 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. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The DROP TABLE statement: works whether or not referential integrity constraints would be violated. deletes the table structure along with the table data. deletes the table structure only. is not an SQL statement. works whether or not referential integrity constraints would be violated. deletes the table structure along with the table data. deletes the table structure only. is not an SQL statement. 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