InterviewSolution
Saved Bookmarks
| 1. |
What Is 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. |
|