Create table : Create Table : Table Index SQL / MySQL


SQL / MySQL » Table Index » Create Table »

 

Create table



Drop table Catalog;

CREATE TABLE Catalog
(
   ID SMALLINT,
   Description VARCHAR(40),
   Name CHAR(3),
   Price DECIMAL(7,2)
);

Describe Catalog;

           
       



Leave a Comment / Note


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

Follow Navioo On Twitter

SQL / MySQL

 Navioo Table Index
» Create Table