Table and Field in SQL Server

What is a table? 

->A table is a set of records the are organized in a model with Column and Rows.

->Column can be organized as vertical direction.

->Rows can be organized as the horizontal direction.

https://sqlsensationforu.blogspot.com/
Table and Field in SQL Server


What is the field?

A table has some Columns, that's column is called field.

Example:-

In the above figure.
The filed in the STUDENT table consist of ID, STDENT_NAME, ROLL_NUMBER