how view used for security purposes?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is java sql drivermanager?

746


define join and explain different type of joins? : Sql dba

736


What is the difference between a database and a relational database?

765


Why use stored procedures?

772


How do I debug a stored procedure?

811






What is pivot table in sql?

736


What is trigger explain it?

740


What is pl sql commands?

730


What are all the common sql functions?

751


Why having clause is used in sql?

726


Difference between global and parameter variables?

1656


What is the most common sql injection tool?

736


How to run pl sql program in mysql?

681


What is sql analyzer?

759


Name the different types of indexes in sql and define them.

782