Create table : Create Table : Table Index SQL / MySQL


SQL / MySQL » Table Index » Create Table »

 

Create table



drop table Inventory;  

CREATE TABLE Inventory
(
   ProductID SMALLINT(4UNSIGNED ZEROFILL,
   Quantity INT UNSIGNED
);

describe Inventory;

           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

SQL / MySQL

 Navioo Table Index
» Create Table