Javatpoint Logo

91-9990449935

 0120-4256464

SQL Table

Table is a collection of data organized in terms of rows and column.

Table is the simple form of data storage. A table is also considered as a convenient representation of relations.

Let's see an example of an employee table:

EMP_NAMEADDRESSSALARY
ALOK TIWARILUCKNOW15000
RAMAN JAISWALALLAHABAD18000
SHREYA SRIVASTAVAGHAZIABAD20000

Topics of SQL TABLE Statement

Next TopicSQL TABLE Variable