You work as a database administrator at ABC.com. You study the exhibit carefully. Exhibit:
You want to create a SALE_PROD view by executing the following SQL statements: Which
statement is true regarding the execution of the above statement?
A.
The view will be created and you can perform DLM operations on the view
B.
The view will not be created because the join statements are not allowed for creating a
view
C.
The view will not be created because the GROUP BY clause is not allowed for creating a
view
D.
The view will be created but no DML operations will be allowed on the view