Explain table and field in SQL?
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.
BY Best Interview Question ON 27 Jan 2019