DEVFYI - Developer Resource - FYI

What is an Oracle view?

ORACLE Interview Questions and Answers (Part 1)


(Continued from previous question...)

11. What is an Oracle view?

A view is a virtual table. Every view has a query attached to it. (The query is a SELECT statement that identifies the columns and rows of the table(s) the view uses.)

(Continued on next question...)

Other Interview Questions