SQL for Database Construction What is an advantage of placing computations in SQL views? To ensure that the results are consistent. None of these To save users from having to write an expression. To accomplish both of the above. To ensure that the results are consistent. None of these To save users from having to write an expression. To accomplish both of the above. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction When a foreign key column is created without a corresponding foreign key constraint, we have created a "casual relationship" between the two tables. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL DELETE statement is used to delete both the table structure and table data. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: GROUP BY WHERE ORDER BY FROM GROUP BY WHERE ORDER BY FROM 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
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