what is data abstraction
Answers were Sorted based on User's Feedback
Answer / poonam
The system hides certain details of how data is stored and created and maintained
Complexity should be hidden from database users.this is data abstraction
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / vikash kumar gupta
provide the essential information without include the back
ground detail.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can select statements be used on views in oracle?
Explain the use of record option in exp command.
How can we find the size of a database?
what is the syntax of DROP command?
How to rollback the current transaction in oracle?
How to do clean up if create database failed?
how to find out largest value in a table
How to pass a cursor variable to a procedure?
How to export data to a csv file?
Explain rename?
how to find count rows in table without count function?
How to Truncate Table in Oracle