how view used for security purposes?

Answers were Sorted based on User's Feedback



how view used for security purposes?..

Answer / ashokram s

Using view you can restrict the data and thus granting privilege on the view instead of base table can ensure security that all data cant be accessible by a particular user

Is This Answer Correct ?    2 Yes 0 No

how view used for security purposes?..

Answer / madhusudhan.madireddy

limit access and view to required fields only

Is This Answer Correct ?    1 Yes 0 No

how view used for security purposes?..

Answer / santosh kumar

Hi,

Advantages of views:

1. View the data without storing the data into the object.

2. Restict the view of a table i.e. can hide some of columns in the tables.

3. Join two or more tables and show it as one object to user.

4. Restict the access of a table so that nobody can insert the rows into the table.

Disadvatages:

1. Can not use DML operations on this.

2. When table is dropped view becomes inactive.. it depends on the table objects.

3. It is an object, so it occupies space.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

how to retrieve the top 2 salaried persons from a database?

7 Answers   Orion Laboratories,


What do you mean by stored procedures?

0 Answers  


How do I create an index in word?

0 Answers  


What is the plv (pl/vision) package offers?

0 Answers  


What is a merge query?

1 Answers  






what is hash join

1 Answers   NCR,


what is subquery? : Sql dba

0 Answers  


Explain character-manipulation functions?

0 Answers  


how to insert the records in particular position

1 Answers  


What is the use of desc in sql?

0 Answers  


What are user defined stored procedures ?

3 Answers   BirlaSoft,


What is procedure and function in sql?

0 Answers  


Categories