Define 'view' advantage ?
Answers were Sorted based on User's Feedback
Answer / o.nagamani
View is a virtual storage of the original table.It is the
one kind of data hiding.
Advantages of View:
1. Restrict Data Access and/or simplify data access.
2. Simplify Data manipulation.
3. Import and Export data.
4. Merge Data.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / deva
view is the window for the data stored in the table(s). It
is the pointer to the data, will not store any data with in it.
more secure to the unauthorized data.
Time complexity reduces when we are accessing the data.
| Is This Answer Correct ? | 4 Yes | 1 No |
how to i write the query 'NISHI' TO N I S H I
4 Answers Attra, Metric Stream,
Explain parameter file in oracle.
What are the components of logical database structure in oracle database?
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
What would you do with an in-doubt distributed transaction?
What is catalog in Oracle?
What is SQL access advisor in Oracle?
What is Trigger in Oracle?
Explain the difference between sap and oracle?
What is Index and different types of Indexes?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
what is the difference between rollback & commit? can a foreign key has null value?