InterviewSolution
Saved Bookmarks
| 1. |
What Is Tablespaces In Logical Database Structure? |
|
Answer» A database is DIVIDED into LOGICAL storage UNITS called tablespaces, which group related logical structures together. For example, tablespaces commonly group all of an application’s OBJECTS to simplify some administrative OPERATIONS. A database is divided into logical storage units called tablespaces, which group related logical structures together. For example, tablespaces commonly group all of an application’s objects to simplify some administrative operations. |
|