Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

What is column?

Nice?Vote!
asked 1 year ago in SQL Server Interview Questions and Answers by siva (10,720 points) edited 1 year ago by R

1 Answer

Nice?Vote!
A column is a vertical entity in a table that contains all information associated with a specific field in a table.

For example, a column in the CUSTOMERS table is ADDRESS which represents location description and would consist of the following:

+-----------+
| ADDRESS   |
+-----------+
| Ahmedabad |
| Delhi     |
| Kota      |
| Mumbai    |
| Bhopal    |
| MP        |
| Indore    |
+----+------+
answered 1 year ago by R (19,530 points)

Related questions