notebook I carry from job to job
CREATE TABLE animals ( id MEDIUMINT NOT NULL AUTO_INCREMENT, name CHAR(30) NOT NULL, PRIMARY KEY (id));INSERT INTO animals (name) VALUES ('dog'),('cat'),('penguin'), ('lax'),('whale'),('ostrich');SELECT * FROM animals;
Labels: create, sql, table
posted by __x__ at 4:58 PM
Post a Comment
<< Home
View my complete profile
0 Comments:
Post a Comment
<< Home