Course list http://www.c-jump.com/bcc/

Assignment a2: SQL 101


  1. Getting Started
  2. Creating New Database
  3. Saving the Database File
  4. Opening SQL Query Window
  5. CREATE TABLE Customer
  6. Running CREATE TABLE
  7. DROP TABLE Customer
  8. INSERT INTO Customer
  9. SELECT FROM Customer
  10. More Practice On Your Own
  11. How to Submit

Getting Started



Creating New Database



Saving the Database File



Opening SQL Query Window



CREATE TABLE Customer



Running CREATE TABLE



DROP TABLE Customer



INSERT INTO Customer



SELECT FROM Customer



More Practice On Your Own



How to Submit