Oracle Developer Question:

Download Job Interview Questions and Answers PDF

Explain View?

Oracle Developer Interview Question
Oracle Developer Interview Question

Answer:

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.)

Download Oracle Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Table?Explain Can a View based on another View?