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