From 46e8bf5f0482dcaa53732c8f1e1317cf472023a1 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:19:12 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8370795..f948eaa 100644 --- a/README.md +++ b/README.md @@ -132,3 +132,9 @@ These components are − - 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. + +## Record + +- Every table is broken up into smaller entities called fields. +- The fields in the CUSTOMERS table consist of ID, NAME, AGE, ADDRESS and SALARY. +- A field is a column in a table that is designed to maintain specific information about every record in the table.