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 student_view VIEW…
B.
CREATE OR REPLACE VIEW My_view…
C.
CREATE VIEW student_view…
D.
Insert VIEW student_view…