mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -133,7 +133,7 @@ These components are −
|
|||||||
- The data in an RDBMS is stored in database objects which are called as 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.
|
- 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.
|
- Every table is broken up into smaller entities called fields.
|
||||||
- The fields in the CUSTOMERS table consist of ID, NAME, AGE, ADDRESS and SALARY.
|
- The fields in the CUSTOMERS table consist of ID, NAME, AGE, ADDRESS and SALARY.
|
||||||
|
|||||||
Reference in New Issue
Block a user