what is a view?

Answer Posted / roopesh kumar

A view is a logical db object which is created for data
security, data hiding etc. In database onle views
defination stored.

Syntax: create or replace view name_vw as select col1,
col2, ......... from table1, table2 where ....;

Types: (1) simple view
(2) complex view
(3) read only view
(4) force view
(5) with check option

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of tables, private synonyms and public synonyms in Oracle?

779


How to do clean up if create database failed?

752


What is ADDM Advisor in Oracle?

854


How to put more than 1000 values into an oracle in clause?

761


What happens to the data files if a tablespace is dropped?

781






What happens to the current transaction if a ddl statement is executed?

761


Explain an exception?

715


What is java oracle used for?

751


Explain the function of optimizer in oracle?

762


How to create id with auto_increment on oracle?

733


Is rowid unique in oracle?

719


How many types of synonyms in Oracle?

800


How to best split csv strings in oracle 9i?

783


Will you be able to store pictures in the database?

853


What is Virtual Private Database in Oracle?

813