Wednesday, November 14, 2007

I don't want to be a code monkey!!!!

I'm auditing a database management course this term and I feel a lot like this guy (except I don't want the pretty girl). Here's some sql code I just wrote:


SELECT id "Movie Id",
title "Movie Title",
description "Rental Code Description"
FROM movie,
rental_category
WHERE movie.rental_code(+)=rental_category.code
ORDER BY code, title
/

No comments: