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
Point the difference between translate and replace?
Explain what are synonyms used for?
What are the types of trigger in oracle?
How to lock and unlock a user account in oracle?
What to do if the binary spfile is wrong for the default instance?
Explain the use of indexes option in imp command.
what is the dual table in oracle?
What is meant by a deadlock situation?
How to synchronize 2 schema's objects?
How can we force the database to use the user specified rollback segment?
How to create a single index for multiple columns?
What do you know about normalization? Explain in detail?
Explain an index segment?
Name the various constraints used in oracle?
How to start a specific oracle instance?