SQL for Database Construction To update an SQL view, the DBMS must be able to associate the column(s) to be updated with: a particular column in a particular underlying table. None of these a particular row in a particular underlying table. a particular column in a particular row. a particular column in a particular underlying table. None of these a particular row in a particular underlying table. a particular column in a particular row. 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 inserted into a table only one at a time only. rows cannot be copied in mass from one table to another only. rows can be modified according to criteria only. rows can either be inserted into a table one at a time or in groups. 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 be modified according to criteria only. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What SQL structure is used to limit column values of a table? None of these The CHECK constraint The LIMIT constraint The VALUE constraint None of these The CHECK constraint The LIMIT constraint The VALUE constraint ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement to create a view is: INSERT VIEW CREATE VIEW SELECT VIEW MAKE VIEW INSERT VIEW CREATE VIEW SELECT VIEW MAKE VIEW ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is NOT a type of SQL constraint? ALTERNATE KEY PRIMARY KEY FOREIGN KEY UNIQUE ALTERNATE KEY PRIMARY KEY FOREIGN KEY UNIQUE ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What is not an advantage of stored procedures? SQL can be optimized Greater security Increased network traffic Code sharing SQL can be optimized Greater security Increased network traffic Code sharing ANSWER DOWNLOAD EXAMIANS APP