Distinguish between a field and a record in database system
Answer:
-A field (also known as a column) is a single piece of data within a record. It represents one attribute or property of the entity that the database table is designed to store.
-A record (also known as a row) is a complete set of fields that together represent a single instance of the entity the table is storing.