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