|
About the
Double-Underlined Links
|
|
HTML Goodies : Primers : Database/SQL Primer

Database/SQL Primer
Database applications aren't just for large corporations
any more--find out how you can use a database on your site in this Primer
Series!
- To Use or Not to Use a Database? That is the Question
- Database Basics: Part 1
So, you've decided that you're interested in using a database in your web development, huh? Well, the next step would be to learn about how the database works. Read on for the full story!
- Database Basics: Part 2
Now that you have a feel for how to organize the contents of your database, I'll bet you'd like to create some real tables! Read part 2 in our series to get you started!
- Database Basics: Part 3
Alright, we're making some progress now. You have a database and you've created some tables. What about putting some data into the tables?
- Database Basics: Part 4
Now we have tables with stuff in them. The next logical step is getting stuff back out. In this lesson you will learn about the most used statement in SQL, the SELECT.
- Database Basics: Part 5
In Part 4 you learned about using WHERE to filter your data. What if you have a much more complex set of criteria that you would like to apply to filter? Read on to find the details!
- Database Basics: Part 6
Now for some more functions that will help you get the data you want out of the database. And finally, we will live dangerously and start deleting stuff!
- Database Basics: Part 7
Congratulations! You've finished the Database Basics tutorial. This tutorial should give you a good understanding of the fundamental concepts of adding, updating, retrieveing and deleting data using SQL.
|
|