Quick Search:
 
 Oracle PL/SQL: Create View Jump to:  
Category: >> Oracle PL/SQL >> Create View  

<< lastnext >>

Snippet Name: Create View

Description: Basic syntax for creating a view.

Also see:
» Materialized View
» VIEW

Comment: (none)

Language:
Highlight Mode: PLSQL
Last Modified: March 02nd, 2009

CREATE OR REPLACE VIEW vtest AS
SELECT owner, table_name, column_name
FROM all_tab_columns;


 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org