What are tables and Fields ?
1361
06-Apr-2019
Rahul Roi
06-Apr-2019Where 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 a specified number of a 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: 200456, Robot, 11/15/1960.