SQL for Database Construction What SQL structure is used to limit column values of a table? The LIMIT constraint None of these The CHECK constraint The VALUE constraint The LIMIT constraint None of these The CHECK constraint The VALUE constraint ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction For what purposes are views used? To hide columns only 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 ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement to create a view is: CREATE VIEW INSERT VIEW SELECT VIEW MAKE VIEW CREATE VIEW INSERT VIEW SELECT VIEW MAKE VIEW ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL ALTER statement can be used to: change the table structure. add rows to the table. change the table data. delete rows from the table. change the table structure. add rows to the table. change the table data. delete rows from the table. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL views can be used to hide: None of these columns and rows only. complicated SQL syntax only. both of the above can be hidden by an SQL view. None of these columns and rows only. complicated SQL syntax only. both of the above can be hidden by an SQL view. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement used to create a view is CREATE VIEW. True False True False ANSWER DOWNLOAD EXAMIANS APP