Important Notes related subject code 802
Q1. What is RDBMS? Or What is concept of RDBMS? Or What do you mean RDBMS? Or Explain RDBMS Database. Ans. Stands for "Relational Database Management System." An RDBMS is a DBMS designed specifically for relational databases. Therefore, RDBMS is a subset of DBMS. A relational database refers to a database that stores data in a structured format, using rows and columns. This makes it easy to locate and access specific values within the database. It is "relational" because the values within each table are related to each other. Tables may also be related to other tables. The relational structure makes it possible to run queries across multiple tables at once. While a relational database describes the type of database an RDMBS manages, the RDBMS refers to the database program itself. It is the softwa...