You are on page 1of 1

RDBMS

A Relational Database Management System (RDBMS) is a software system that provides


access to a relational database.

The software system is a collection of software applications that can be used to create,
maintain, manage and use the database.

A "relational database" is a database structured on the "relational" model.

Data are stored and presented in a tabular format, organized in rows and columns with one
record per row

Advantages of SQL: - Structured Query Language

SQL Queries can be used to retrieve large amounts of records from a database quickly and
efficiently.

ii) SQL is used to view the data without storing the data into the object. ...

v) Using standard SQL it is easier to manage database systems without having to write
substantial amount of code

High Speed: SQL Queries can be used to retrieve large amounts of records from a database
quickly and efficiently.

Well Defined Standards Exist: SQL databases use long-established standard, which is being
adopted by ANSI & ISO. Non-SQL databases do not adhere to any clear standard.

You might also like