SQL for Database Construction What SQL structure is used to limit column values of a table? The CHECK constraint The LIMIT constraint The VALUE constraint None of these The CHECK constraint The LIMIT constraint The VALUE constraint None of these ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What is not an advantage of stored procedures? SQL can be optimized Greater security Code sharing Increased network traffic SQL can be optimized Greater security Code sharing Increased network traffic ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A ________ is a stored program that is attached to a table or a view. embedded SELECT statement None of these pseudofile trigger embedded SELECT statement None of these pseudofile trigger ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What is an advantage of placing computations in SQL views? To save users from having to write an expression. None of these To accomplish both of the above. To ensure that the results are consistent. To save users from having to write an expression. None of these To accomplish both of the above. To ensure that the results are consistent. 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. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL command to create a table is: DEFINE TABLE ALTER TABLE CREATE TABLE MAKE TABLE DEFINE TABLE ALTER TABLE CREATE TABLE MAKE TABLE ANSWER DOWNLOAD EXAMIANS APP