Which of the following syntaxes will you use to accomplish the task?

You work as a Database Administrator for Domain.com. You have created a table named
Student. You want to create a view named student_view for this table. Which of the following
syntaxes will you use to accomplish the task?

You work as a Database Administrator for Domain.com. You have created a table named
Student. You want to create a view named student_view for this table. Which of the following
syntaxes will you use to accomplish the task?

A.
CREATE OR REPLACE VIEW My_view…

B.
CREATE VIEW student_view…

C.
Insert VIEW student_view…

D.
CREATE student_view VIEW…



Leave a Reply 0

Your email address will not be published. Required fields are marked *