Update README.md

This commit is contained in:
GowthamRaj K
2021-07-27 19:20:18 +05:30
committed by GitHub
parent 74273b9268
commit aef13cabb1
+1 -1
View File
@@ -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.