Question:
what is ment by view? how many types are there ? what are they? and what is the difference between data base view and projection view?
Answer:
View is an imaginary table. It does not lies under database. Actually the View data is stored in database tables only. Views are filled during runtime only.
Database View. Maintance View. HelpView Project View.
Database view: Multiple tables are joined in this view. Project View: One particular Table fields are used(few fields). Source: CoolInterview.com
1.views :view is a collecton or combination or mixture of data dictionary tables....view definition will not be available in database...
2.four types of views
3.types are : a)database view b)projection view c)help view d)maintenace view] 4. database view :combining two or more tables called database view
projection view :an exact projection of a single table is called as a projection view... Source: CoolInterview.com
Answered by: meena | Date: 8/22/2008
| Contact meena
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|