Home >> MySql >> What is RDBMS in MySql

What is RDBMS in MySql

RDBMS is a database management system (DBMS) that is based on relational model as introduced by E.F.Code.

It is a DBMS in which the database is organized and accessed according to the relation between data.

In a relational database, relationships between two or more tables by primary and foreign key.

Example- SQL, Orcle, Mysql, Mysql server

Comments (1)
  • Chandra Kant 19/Sep/2022

    Very good tutorial for fresher

Post Your Comment

Next Questions
What are features of RDBMS
What are the differences between DBMS and RDBMS
What are the differences between InnoDB and MYISAM
Table type / storage engine for table
What is the maximum size of table
What is the maximum size of MYISAM table
What is the maximum size of InnoDB table
Explain advantages of MYISAM over InnoDB
Explain advantages of InnoDB over MYISAM
What are various DDL commands
What are various DML commands
What are various DCL commands
What is the default port of server
What are the differences between MyISAM static and MyISAM dynamic
What is purpose of the NVL function
Latest version
How can find current date function
What is HEAP table
What is CSV table
What is MERGE table
What is federated table
What are data types
Numeric data types
Floating data types
Date and Time data types

Copyright ©2022 coderraj.com. All Rights Reserved.