Tell us what do you mean by table and field in SQL?

Submitted by: Muhammad
A table refers to a collection of data in an organised manner in form of rows and columns. A field refers to the number of columns in a table. For example:

Table: StudentInformation
Field: Stu Id, Stu Name, Stu Marks
Submitted by: Muhammad

Read Online Database Developer Job Interview Questions And Answers