

InterviewSolution
Saved Bookmarks
1. |
Define RDBMS |
Answer» Relational database management system. RDBMS provide relational operators to manipulate the data stored in database table. It is a collection of data items with pre-defined relationships between them . These items are organised as a set of tables with columns and rows. Tables are used to hold information about the objects to be represented in the database. |
|