Computer Science, asked by parthsaini6535, 1 year ago

How fields and records are related with each other? explain with suitable example?

Answers

Answered by AdiK1needy
47
understand it with the following example:
a student's record have to be maintained in the database, with the following data about him/her:
1. name
2. class
3. roll no.
4. subjects chosen

in this way, the data is managed in a table.
basically every row indicating a unique student is a record and data about him/her in each CELL is a field

hope it helps...☺️
Answered by vishalsingh52
32
Field is a part of record and contains a single piece of data for the subject of a record.
Records is composed of a fields and contains all the data about one particular person.
Similar questions