
- Forum
- Database
- Oracle Database
- regarding views in oracle
regarding views in oracle
This is a discussion on regarding views in oracle within the Oracle Database forums, part of the Database category; hai mate can any body pls tell me what is the usage of views in oracle....
-
07-27-2008, 08:06 AM #1
- Join Date
- Jul 2008
- Answers
- 1
regarding views in oracle
hai mate can any body pls tell me what is the usage of views in oracle.
-
View is nothing but the logical representation of any sql query.
-
A view is a virtual table whose contents are defined by a query. Like a real table, a view consists of a set of named columns and rows of data. Unless indexed, a view does not exist as a stored set of data values in a database. The rows and columns of data come from tables referenced in the query defining the view and are produced dynamically when the view is referenced
-
Sponsored Ads

Reply With Quote





