SQL for Database Construction When using the SQL INSERT statement: rows can be inserted into a table only one at a time only. rows can either be inserted into a table one at a time or in groups. rows can be modified according to criteria only. rows cannot be copied in mass from one table to another only. rows can be inserted into a table only one at a time only. rows can either be inserted into a table one at a time or in groups. rows can be modified according to criteria only. rows cannot be copied in mass from one table to another only. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL MAKE TABLE command is used to construct tables, define columns, define column constraints and create relationships. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction For what purposes are views used? All of these To hide columns only To hide complicated SQL statements only To hide rows only All of these To hide columns only To hide complicated SQL statements only To hide rows only 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 A updatable view has its own data. True False True False 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. True False True False ANSWER DOWNLOAD EXAMIANS APP