InterviewSolution
Saved Bookmarks
| 1. |
What are Tables and Fields? |
|
Answer» A table is an organized COLLECTION of data stored in the form of ROWS and COLUMNS. Columns can be categorized as vertical and rows as horizontal. The columns in a table are CALLED fields while the rows can be referred to as RECORDS. |
|