Saved Bookmarks
| 1. |
What is system catalog or catalog relation? How is better known as? |
|
Answer» A RDBMS maintains a description of all the data that it contains, information about every relation and index that it contains. This information is stored in a collection of relations maintained by the system called metadata. It is also called data dictionary. |
|