Update README.md

This commit is contained in:
GowthamRaj K
2021-07-27 19:17:32 +05:30
committed by GitHub
parent 05aa76ad56
commit 039744d159
+6
View File
@@ -123,3 +123,9 @@ These components are
- select the attribute based on the condition described by WHERE clause.
# RDBMS ⌛
- RDBMS stands for Relational Database Management System.
- RDBMS is the basis for SQL, and for all modern database systems like MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access.
- A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd.
- The data in an RDBMS is stored in database objects which are called as tables.
- This table is basically a collection of related data entries and it consists of numerous columns and rows.