1.

How are fields, record and a table related to each other? Explain with the help of an example.

Answer»

Fields are one type of information. A record contains logically related fields. A table Emp name contains logically related records.

Emp NoNameSalary
1.Shridhar20000
2.Raghav40000

Here EmpNo, Name, and Salary are three different fields. 1, Shridhar, 20000 represents one complete record.



Discussion

No Comment Found