Select certain people from the table you created earlier, limiting your selections with WHERE and sorting your selections with ORDER.
2002-07-09
Install MySQL or PostgreSQL if you do not have a SQL server already.
Create a database for you to use. Name it after you, if you wish.
Create a table: people. It must have the following columns (you decide of which type they are):
first_name
last_name
email_address
phone_number
quote
Use this table to store information on your friends. Keep their first name, last name, email address, phone number, and a quote about them or that they said. Make sure that the same information can not be entered twice.