topical media & game development

talk show tell print

mashup-flickr-14-Step-1-sql-insert-fruit-2.sql / sql



  INSERT INTO fruit (stock_code, description, price) values (2, 'Orange', 1.92);
  INSERT INTO fruit (stock_code, description, price) values (3, 'Banana', 2.86);
  INSERT INTO fruit (stock_code, description, price) values (4, 'Pear', 1.84);
  INSERT INTO fruit (stock_code, description, price) values (5, 'Pineapple', 3.57);
  INSERT INTO fruit (stock_code, description, price) values (6, 'Grapefruit', 1.19);
  INSERT INTO fruit (stock_code, description, price) values (7, 'Lemon', 2.12);
  INSERT INTO fruit (stock_code, description, price) values (8, 'Lime', 2.48);
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.