I’m so tired.

SELECT pasta FROM pantry WHERE label ILIKE ‘%fettuccine%’;

SELECT milk FROM fridge WHERE exp_date >= ‘2007-09-10′;

SELECT food FROM fridge WHERE ingredients IN (’salmon’,'alfredo’);

SELECT toothbrush FROM medicine_cabinet WHERE color = ‘purple’;

SELECT shampoo FROM shower_caddy WHERE contents IS NOT NULL;

SELECT * FROM children WHERE age >1 AND age <5;

INSERT INTO bed (item) VALUES (boy);

4 Responses to “I’m so tired.”

  1. Kristina Says:

    Geek!!!!! ;)

  2. Barbara P Says:

    If there IS such a thing as a “programming brain”, this is proof positive that you have one.

    ;o)

  3. Kristina Says:

    I think you are the first person to make me understand programming, even a little bit. Clever. :)

  4. Lucia Says:

    :o)

Leave a Reply