From bb334b15db58830f79e9e9255a011cd75cf30270 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:18:41 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 51f10dd..8370795 100644 --- a/README.md +++ b/README.md @@ -127,5 +127,8 @@ These components are − - 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. + +## Tables 🎰 + - 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.