The SQL command to create a table is:
Answer: D
No answer description available for this question.
Enter details here
What is not an advantage of stored procedures?
Answer: D
No answer description available for this question.
Enter details here
A SQL view is a virtual table that is constructed from other tables or views.
Answer: A
No answer description available for this question.
Enter details here
There are three SQL data modification operations: insert, modify and delete.
Answer: A
No answer description available for this question.
Enter details here
The SQL MAKE TABLE command is used to construct tables, define columns, define column constraints and create relationships.
Answer: B
No answer description available for this question.
Enter details here
A stored procedure is a program that performs some common action on database data and is stored in the database.
Answer: A
No answer description available for this question.
Enter details here
What is an SQL virtual table that is constructed from other tables?
Answer: B
No answer description available for this question.
Enter details here
The SQL DELETE statement is used to delete both the table structure and table data.
Answer: B
No answer description available for this question.
Enter details here
Which of the following is an SQL trigger supported by Oracle?
Answer: D
No answer description available for this question.
Enter details here
Common types of SQL CHECK constraints include range checks and limiting columns values.
Answer: A
No answer description available for this question.
Enter details here