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. |
|