Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
In this video we'll learn more about data types in SQLite. We'll also learn how to drop tables and how to add a primary key to a column!
INSERT INTO CONCERTS VALUES (1, '2018-02-15', 'Nashville', 'TN', 'Nissan Stadium');
INSERT INTO CONCERTS VALUES (2, '2018-02-20', 'Indianapolis', 'IN', 'Lucas Oil Stadium');
INSERT INTO CONCERTS VALUES (3, '2018-02-23', 'Chicago', 'IL', 'Soldier Field');
INSERT INTO CONCERTS VALUES (4, '2018-02-26', 'Columbus', 'OH', 'Ohio Stadium');
INSERT INTO CONCERTS VALUES (5, '2018-03-01', 'Philadelphia', 'PA', 'Lincoln Financial Field');
INSERT INTO CONCERTS VALUES (6, '2018-03-04', 'Houston', 'TX', 'NRG Stadium');
INSERT INTO CONCERTS VALUES (7, '2018-03-09', 'Pasadena', 'CA', 'Rose Bowl');
INSERT INTO CONCERTS VALUES (8, '2018-03-15', 'Portland', 'OR', 'Moda Center');
INSERT INTO CONCERTS VALUES (9, '2018-03-19', 'Seattle', 'WA', 'CenturyLink Field');
Related Links
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up