Home >> SQL >> Sql is DBMS or RDBMS in SQL

Sql is DBMS or RDBMS in SQL

Sql is RDBMS.

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

Post Your Comment

Next Questions
Advantage & disadvantage
Data Types
Numeric Data Types
Floating Data Types
Date and Time Data Types
String Data Types
Enum Data Types
SET Data Types
Difference between varchar and char
Difference between Tinyint and smallint
Difference between enum and set
Difference between signed and unsigned
Operators
Arithmetic Operators
Comparison Operators
Logical Operators
What is key
What is super key
What is candidate key
What is primary key
What is unique key
What is foreign key
What is join
What is cross join
What is natural join

Copyright ©2022 coderraj.com. All Rights Reserved.