SQL for Database Construction The SQL command to create a table is: ALTER TABLE DEFINE TABLE CREATE TABLE MAKE TABLE ALTER TABLE DEFINE TABLE CREATE TABLE MAKE TABLE ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction For what purposes are views used? To hide rows only All of these To hide complicated SQL statements only To hide columns only To hide rows only All of these To hide complicated SQL statements only To hide columns only ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What is not an advantage of stored procedures? Increased network traffic Greater security Code sharing SQL can be optimized Increased network traffic Greater security Code sharing SQL can be optimized 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. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement to create a view is: INSERT VIEW SELECT VIEW CREATE VIEW MAKE VIEW INSERT VIEW SELECT VIEW CREATE VIEW MAKE VIEW ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL ALTER statement can be used to: delete rows from the table. add rows to the table. change the table data. change the table structure. delete rows from the table. add rows to the table. change the table data. change the table structure. ANSWER DOWNLOAD EXAMIANS APP