InterviewSolution
Saved Bookmarks
| 1. |
How fields and records are related with each other in a table? Explain with suitable example. |
| Answer» Fields are one type of information. A record contains logically related fields. A table Emp name contains logically related records.\tEmpNoNameSalary1.Shridhar200002.Raghav40000\tHere EmpNo, Name and Salary are three different fields. 1, Shridhar, 20000 represents one complete record. | |