|
About the
Double-Underlined Links
|
|
HTML Goodies : Primers : Database/SQL Primer
 
 |
Web Devs: Moonlight as a Game Developer and Win Cool Prizes by Accepting the RIA Run Challenge
Now, your mission--should you choose to accept: Take your shot at gaming stardom if you think you might have what it takes to build a cool RIA game and you could win an Xbox 360 or other fabulous prizes. Hurry! You only have until May 15, 2008 to enter.
»
Article: Leveraging Your Flash Development with Silverlight
You're not giving up Flash any time soon (and we don't blame you.) But if you could get your Flash application working in Silverlight, why wouldn't you? We show you the tools and techniques required to have your rockin' Flash application rolled for Silverlight. Learn more here.
»
Article: What Does it Take to Build the Best RIA?
With the proliferation of Rich Interactive Application (RIA) platform choices out there, you no longer have to take a one-size-fits-all approach to developing your next RIA application. Knowing the strengths (and weaknesses) of each platform can help you to decide the best RIA for your next application.
»
|
 |
|
|
|

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.
|
|