A reason for using an SQL view to hide columns is:
Answer: C
No answer description available for this question.
Enter details here
What SQL structure is used to limit column values of a table?
Answer: B
No answer description available for this question.
Enter details here
Which of the following is NOT a type of SQL constraint?
Answer: C
No answer description available for this question.
Enter details here
Views can be used to show the results of computed columns.
Answer: A
No answer description available for this question.
Enter details here
Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain:
Answer: C
No answer description available for this question.
Enter details here
Which is NOT one of the most common types of SQL CHECK constraints?
Answer: A
No answer description available for this question.
Enter details here
A view that contains a computed column can be easily updated.
Answer: B
No answer description available for this question.
Enter details here
A ________ is a program that performs some common action on database data and that is stored in the database.
Answer: B
No answer description available for this question.
Enter details here
Standard SQL-92 views are constructed from SQL SELECT statements that do not contain the GROUP BY clause.
Answer: B
No answer description available for this question.
Enter details here
When a foreign key column is created without a corresponding foreign key constraint, we have created a "casual relationship" between the two tables.
Answer: A
No answer description available for this question.
Enter details here