Free Software Server Environment : MySqlCreateTable

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

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)
)


verify
SHOW CREATE TABLE mytable


REFERRERS
MySqlDataDefinition

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in -0.8025 seconds