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

How to use regular expression in pattern match conditions in oracle?

566


Differentiate between pre-select and pre-query?

608


How to synchronize 2 schema's objects?

1680


In which language oracle has been developed?

636


In oracle there is column command, how will you explain that?

539






What is different types of joins?

565


What is oracle rowcount?

564


What are the various oracle database objects?

667


Explain what are synonyms used for?

598


Explain an index?

654


How to invoke the data pump import utility?

642


What is null value in oracle?

620


Give the constructs of a package, function or a procedure.

529


What is Reduced List of Values?

1693


How can you merge two tables in oracle?

560