d
Amit Dhamu
Software Engineer
Articles
Snippets
Colophon
Projects
Uses
New Table in MySQL
1 minute read
00000 views
CREATE
TABLE
staff
(
id
INT
,
name
VARCHAR
(
255
)
,
description
TEXT
)
table
mysql
create