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 Table? Explain about table? Ans- A table is an arrangement of information in row and columns containing cells that make comparing information easier.
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