MySQL Create Table
create
CREATE TABLE mytable
(
ourbrands int(2) NOT NULL ,
country_id int(2) NOT NULL ,
ob_name varchar(200) ,
ob_image varchar(200)
)
(
ourbrands int(2) NOT NULL ,
country_id int(2) NOT NULL ,
ob_name varchar(200) ,
ob_image varchar(200)
)
verify
SHOW CREATE TABLE mytable
REFERRERS
MySqlDataDefinition
There are no comments on this page. [Add comment]