What is DBMS and RDBMS? Ans- DBMS stands for Database Management System, and RDBMS is the acronym for the Relational Database Management system. In DBMS, the data is stored as a file, whereas in RDBMS, data is stored in the form of tables
what is the role of SQL in DBMS? Ans- SQL stands for Structured Query Language. It is used for storing and managing data in relational database management system (RDMS) . It is a standard language for Relational Database System. It enables a user to create, read, update and delete relational databases and tables.
Comments
Post a Comment