InterviewSolution
Saved Bookmarks
| 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.
Here EmpNo, Name, and Salary are three different fields. 1, Shridhar, 20000 represents one complete record. |
||||||||||