~python4fun/python4fun/sphinx

« back to all changes in this revision

Viewing changes to source/_static/sqlschool/students.sql

  • Committer: Jeffrey Elkner
  • Date: 2012-06-06 18:34:32 UTC
  • Revision ID: jeff@elkner.net-20120606183432-hs5w214g2y3lrtas
Finished converting sqlschool tutorial to sqlite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
create table student (id varchar(3), name varchar(24));
2
2
insert into student values ('411', 'Perez, Gustavo');
3
 
insert into student values ('412', 'Sorge, Michelly');
 
3
insert into student values ('412', 'Rucker, Imani');
4
4
insert into student values ('413', 'Gonzalez, Alexis');
5
5
insert into student values ('414', 'Melgar, Lidia');