Explanatory Question
What are tables and Fields?
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.
A table is a set of data that are organized in a model with Columns and Rows. Columns can be categorized as vertical, and Rows are horizontal. A table has specified number of column called fields but can have any number of rows which is called record.
Example:.
Table: Employee.
Field: Emp ID, Emp Name, Date of Birth.
Data: 201456, David, 11/15/1960.
| Emp ID | Emp Name | Date of Birth |
|---|---|---|
| 201456 | David | 11/15/1960 |
First read the answer fully, then try to explain it in your own words. After that, open a few related questions and compare the concepts. This method helps you remember the topic for a longer time and improves exam preparation.