Oracle MySQL 8.0 Database Developer 1z0-909 Question # 14 Topic 2 Discussion

Oracle MySQL 8.0 Database Developer 1z0-909 Question # 14 Topic 2 Discussion

1z0-909 Exam Topic 2 Question 14 Discussion:
Question #: 14
Topic #: 2

Examine the structure of the emp table:

1z0-909 Question 14

Examine the structure of the emp_vu1 view based on the emp table:

1z0-909 Question 14

Now, examine this statement:

mysq1> INSERT INTO emp_vul VALUES ('Alice',20000) ;

What is true about executing the statement?


A.

It inserts a row in the emp table.


B.

It returns an error because an insert operation is not allowed on views.


C.

It inserts a row in the view only.


D.

It returns an error because the PRIMARY ACCOUNT column is not selected for the view definition.


Get Premium 1z0-909 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.