From aef13cabb11db40a2e46a559d6856146553bc8a3 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:20:18 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c97b04..7749265 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ 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 +## Field 🎯 - Every table is broken up into smaller entities called fields. - The fields in the CUSTOMERS table consist of ID, NAME, AGE, ADDRESS and SALARY.