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 |
wt is the diff b/w greast and max ,least and min? wt is the diff b/w case and decod?
4 Answers Oracle, TCS, Tecnics,
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
What is the reports view in oracle sql developer?
select 10 from dual; y its showing all the rows with 10?
what is constraining table?
Why do we use %rowtype & %type in plsql?
What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
What are procedures used for?
What is foreign key in sql with example?
How many types of keys are there in sql?
What is nosql vs sql?
How global cursor can be declare with dynamic trigger ?
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)