SQL for Database Construction A ________ is a stored program that is attached to a table or a view. embedded SELECT statement pseudofile None of these trigger embedded SELECT statement pseudofile None of these trigger ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The DROP TABLE statement: deletes the table structure along with the table data. works whether or not referential integrity constraints would be violated. deletes the table structure only. is not an SQL statement. deletes the table structure along with the table data. works whether or not referential integrity constraints would be violated. deletes the table structure only. is not an SQL statement. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL DELETE statement is used to delete both the table structure and table data. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What SQL structure is used to limit column values of a table? The LIMIT constraint The VALUE constraint The CHECK constraint None of these The LIMIT constraint The VALUE constraint The CHECK constraint None of these ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL command to create a table is: CREATE TABLE MAKE TABLE DEFINE TABLE ALTER TABLE CREATE TABLE MAKE TABLE DEFINE TABLE ALTER TABLE 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