It is used to create table in database.
Each column can have minimum three attributes name, data type and size (width).
Each column name is separated by comma operator.
The column can have mainly three data type (number, char, date).
The size or width specify to column name gives the details about how much data can be inserted in specific column.Each lines ends with semicolon.
|
Post a Comment