SQL for Database Construction The SQL ALTER statement can be used to: change the table data. add rows to the table. delete rows from the table. change the table structure. change the table data. add rows to the table. delete rows from the table. change the table structure. ANSWER DOWNLOAD EXAMIANS APP
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 For what purposes are views used? All of these To hide columns only To hide rows only To hide complicated SQL statements only All of these To hide columns only To hide rows only To hide complicated SQL statements only ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A benefit of using a stored procedure is that it can be distributed to client computers. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A updatable view has its own data. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is NOT a type of SQL constraint? FOREIGN KEY PRIMARY KEY UNIQUE ALTERNATE KEY FOREIGN KEY PRIMARY KEY UNIQUE ALTERNATE KEY ANSWER DOWNLOAD EXAMIANS APP