Reading: Chapters 1-4, 7 of Head first SQL
April 17, 2008
A database is a container that holds tables and other SQl structures related to those tables.
information in the database is organized into tables.
Tables are organized as columns and rows.
Column = Value
Row = Information
SQL readings were actually easier than I thought. First, I was scared to read them but then they seemed okay.
I actually did not know anything about SQL, so it was good to learn about. Thanks