how view used for security purposes?
Answers were Sorted based on User's Feedback
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 |
Answer / madhusudhan.madireddy
limit access and view to required fields only
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
What is the difference between jpql and sql?
What is a full join sql?
What are the query optimization techniques?
What is referential integrity ?
What is sql prepared statement?
Explain what is a column in a table?
Does truncate free space?
Explain the PL/SQL compilation process.
How will you make performance better for application including front end and back
What can I use instead of union in sql?
How many rows will return from dual table?
does sql support programming? : Sql dba
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)