InterviewSolution
Saved Bookmarks
| 1. |
Explain table and field in SQL? |
|
Answer» Table: It is a collection of RELATED data that consists of rows and COLUMNS. It has a specified NUMBER of columns but can have any number of rows. Field: It is a COLUMN in a table that is designed to maintain specific INFORMATION about all records in the table. |
|