SQL for Database Construction Which is NOT one of the most common types of SQL CHECK constraints? System date Lists of values Comparing one column value to another within the same table Range checks System date Lists of values Comparing one column value to another within the same table Range checks ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL views can be used to hide: both of the above can be hidden by an SQL view. columns and rows only. None of these complicated SQL syntax only. both of the above can be hidden by an SQL view. columns and rows only. None of these complicated SQL syntax only. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: FROM WHERE GROUP BY ORDER BY FROM WHERE GROUP BY ORDER BY ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction If any required (NOT NULL) columns are missing from the view, the view cannot be used for inserting new data. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction When using the SQL INSERT statement: rows can either be inserted into a table one at a time or in groups. rows can be modified according to criteria only. rows can be inserted into a table only one at a time only. rows cannot be copied in mass from one table to another only. rows can either be inserted into a table one at a time or in groups. rows can be modified according to criteria only. rows can be inserted into a table only one at a time only. rows cannot be copied in mass from one table to another only. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL command to create a table is: MAKE TABLE CREATE TABLE ALTER TABLE DEFINE TABLE MAKE TABLE CREATE TABLE ALTER TABLE DEFINE TABLE ANSWER DOWNLOAD EXAMIANS APP