InterviewSolution
Saved Bookmarks
| 1. |
What Is Oracle Table? |
|
Answer» A table is the basic UNIT of DATA storage in an Oracle database. The tables of a database hold all of the user ACCESSIBLE data. Table data is stored in ROWS and columns. A table is the basic unit of data storage in an Oracle database. The tables of a database hold all of the user accessible data. Table data is stored in rows and columns. |
|