According to oracle specification VIEW is a object.
OBJECT that means anything stored in the oracle database
that has the physical existence.why VIEW doesn't take memory
in oracle database, but it is treated as a object ?Please
explain ?
Answer Posted / karthik perumal
A view is a SQL query which is stored in the Oracle data
dictionary.We can think of a view as a virtual table or
mapping of data from one or more tables.Since it is stored
in Oracle's Data Dictionary,it is treated by Oracle as an
Object.
Remember:Views do not contain any data - it is just a stored
query in the database that can be executed when called.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is there a combination of "like" and "in" in sql?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
What are the oracle built-in data types?
How are extents allocated to a segment?
Explain the importance of .pll extension in oracle?
What are the different types of database objects?
HI Friends Myself Manoj,i am from bengaluru.i have 1 yr of exp in PLSQL but not upto the mark..now attending interviews but m not able to clear even 1 round..i have attended 3 interviews till today.purpose of writing this query is,i want to know the intreview topics that interviewer going to ask frequently,mainly SCENARIO based questions.IF anybody have any PLSQL projects please give it to me,it will helps me alot.Thanks for your patience.
State the difference between a primary key and foreign key?
How would you go about verifying the network name that the local_listener is currently using?
How can Oracle users be audited?
what is difference between sql plus and sql*plus? (not sql and sql plus).
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
How to open and close an explicit cursor in oracle?
How to convert dates to characters in oracle?
What is a subquery in oracle?