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 A ________ is a program that performs some common action on database data and that is stored in the database. None of these stored procedure trigger pseudofile None of these stored procedure trigger pseudofile ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL ALTER statement can be used to: 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. change the table structure. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL views can be used to hide: columns and rows only. None of these both of the above can be hidden by an SQL view. complicated SQL syntax only. columns and rows only. None of these both of the above can be hidden by an SQL view. complicated SQL syntax only. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Common types of SQL CHECK constraints include range checks and limiting columns values. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: ORDER BY WHERE FROM GROUP BY ORDER BY WHERE FROM GROUP BY ANSWER DOWNLOAD EXAMIANS APP