Views are simple says to make tables a little more comfortable, especially as
they grow large and seemingly out of control.
A D V E R T I S E M E N T
SQL> create view cell_view as
2 select name, cell_num
3 from address_book;
View created.
SQL> select * from cell_view;
NAME CELL_NUM
------------------------------ ------------
Ben Rockwood 650-555-2345
Tamarah Rockwood
Nova Rockwood
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords:
Creating and Querying a View, Oracle Tutorial, Oracle tutorial pdf, history of Oracle, basic Oracle, syntax use in Oracle, Oracle software download, learn Oracle, Oracle insert, Oracle delete, Oracle data types, Oracle administrator.