Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the advantages of VIEW?

Answers were Sorted based on User's Feedback



What are the advantages of VIEW?..

Answer / 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

What are the advantages of VIEW?..

Answer / anil_abbireddy

1. data security : complex view can not be modified ie.
base tables cannot be visible.
2. it provides easy way to query data from different data
sources like a single table
3.it is very usefull when developing complex reports basing
on multiple tables.

Is This Answer Correct ?    38 Yes 4 No

What are the advantages of VIEW?..

Answer / pnc

view is a logical presentation of one or more tables. It is
a virtual table. or A view is a data base object to register
the select statement permanently in the data base.

Is This Answer Correct ?    17 Yes 6 No

What are the advantages of VIEW?..

Answer / karunakarreddy.boyapally

1) it reduse the object size
2) hides the complexity of data
3) security purpose also

Is This Answer Correct ?    12 Yes 3 No

What are the advantages of VIEW?..

Answer / kapil syscom

View is simple structure as table in database, it dosen't take extra memory space, and reduces the structural complexity of database whenever we need to fetch the data from more than one table, thus it reduces the cost of joins every time.
Thus these is true that we have to use it for efficiency reasons..

Is This Answer Correct ?    5 Yes 6 No

Post New Answer

More SQL PLSQL Interview Questions

How pl/sql source code can be protected?

3 Answers  


What is meaning of <> in sql?

1 Answers  


What is auto increment?

1 Answers  


What is embedded sql with example?

1 Answers  


how to increment dates by 1 in mysql? : Sql dba

1 Answers  


What is difference between sql function and stored procedure?

1 Answers  


How do I delete a trigger?

1 Answers  


What is the Subquery?

4 Answers  


Explain how procedures and functions are called in a PL/SQL block ?

3 Answers  


What are the two different parts of the pl/sql packages?

1 Answers  


Explain ddl statements in pl/sql?

1 Answers  


How does index help in query performance?

1 Answers  


Categories