Exforsys
+ Reply to Thread
Results 1 to 3 of 3

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

  1. #1
    gouthamk10 is offline Junior Member Array
    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.


  2. #2
    sachinvs is offline Junior Member Array
    Join Date
    Jul 2010
    Answers
    1
    View is nothing but the logical representation of any sql query.


  3. #3
    emmily is offline Junior Member Array
    Join Date
    Sep 2010
    Answers
    5
    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



Latest Article

Network Security Risk Assessment and Measurement

Read More...