Answer Posted / vinay dixit
please find the advantages as given below :-
a) data security - no need to give permission on the table,
infact a view can be created, having only selected number
of coloums in its definition. So user will only be able to
see those coloums.
b) simplicity - a very complicated query can be saved as a
view defenition. when needed can be called by its view name.
c) removes dependency - Can be very helpful to remove the
dependecny from the underlying tables. Suppose a view is
created by joining several tables. After some time, there
are some changes on the tables, so only defenition of view
can be changed and there is no need to change all the code
where view is used.
d) No space - takes no space ( except materialized view )
| Is This Answer Correct ? | 61 Yes | 4 No |
Post New Answer View All Answers
If a cursor is open, how can we find in a pl/sql block?
What is your daily office routine?
What is the current version of sql?
What is the current version of postgresql?
what is bcp? When does it used? : Sql dba
define sql insert statement ? : Sql dba
Is inner join faster than left join?
what is sql server agent? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
Can we use distinct and group by together?
Can delete statement be rollbacked?
what is dbms? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Is primary key always clustered index?
How do I remove duplicates in two columns?