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
Is oracle an operator?
Explain what are the characteristics of data files?
In which language oracle has been developed?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
What is a table in oracle?
How do I spool in oracle?
What happens if recursive calls get out of control?
what are the advantages of running a database in archive log mode?
How can you merge two tables in oracle?
What is the parameter mode that can be passed to a procedure?
query optmization techniques and quwry analyser+projects+ppts
How to delete a user account in oracle?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
Differentiate between pre-select and pre-query?
How to get a create statement for an existing table?