Revision: 54768
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 11, 2012 06:04 by cshanklin
Initial Code
CREATE TABLE names (id int, firstName varchar(20), lastName varchar(20), primary key (id)); insert into names values (1, "Richard", "Richards"); insert into names values (2, "Steve", "Stevenson"); insert into names values (3, "Bob", "Bobberson");
Initial URL
Initial Description
This is just for a blog post.
Initial Title
Some simple SQL code for a demo.
Initial Tags
Initial Language
SQL