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 Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: WHERE ORDER BY GROUP BY FROM WHERE ORDER BY GROUP BY FROM ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A view that contains a computed column can be easily updated. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction To update an SQL view, the DBMS must be able to associate the column(s) to be updated with: None of these a particular column in a particular row. a particular row in a particular underlying table. a particular column in a particular underlying table. None of these a particular column in a particular row. a particular row in a particular underlying table. a particular column in a particular underlying table. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What SQL structure is used to limit column values of a table? The LIMIT constraint None of these The VALUE constraint The CHECK constraint The LIMIT constraint None of these The VALUE constraint The CHECK constraint ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A ________ is a stored program that is attached to a table or a view. trigger pseudofile embedded SELECT statement None of these trigger pseudofile embedded SELECT statement None of these ANSWER DOWNLOAD EXAMIANS APP