mysql study notes - the operating data table

Create a table:

Create  Table [ IF Not EXISTS ] tbl_name (
    @ Field Name Field Type [ integrity constraints ]       
   @ Field Name Field Type [ integrity constraints ]   
   ... 
) Engine = Storage Engine charset = encoding;

Guess you like

Origin www.cnblogs.com/s1awwhy/p/11978703.html