You work as a Database Administrator for Domain.com. You have created a view named
student_view from the Student table. You want to retrieve data from the view. Which of the
following statements will you use to accomplish the task?
A.
SELECT FROM student_view
B.
SELECT * FROM Student WHERE VIEW_NAME =’student_view’
C.
SELECT * FROM student_view
D.
SELECT * FROM VIEW WHERE VIEW_NAME = ‘student_view’