- Introduction
- Creating a Database
- Creating a Database Table
- Setting the Primary Key for Your Table
- Manually Adding Data to Your Table
- Outline for the Remaining Tutorials
Outline for the Remaining Tutorials
In our next tutorial, we'll look at how to communicate with the database in SQL (Structured Query Language), which is the way your Web scripts will communicate with the database when they transfer data from your HTML forms into your tables and vice-versa (see Figure 28).
Figure 28 What we'll cover in the next tutorial: SQL.
In our remaining tutorials, we will cover these technologies in depth:
Tutorial 3 will focus on SQL.
Tutorial 4 will cover HTML forms.
With a good foundation in databases, SQL, and HTML forms, we end our series by showing you how to "glue" everything together with Active Server Pages.
On completing these tutorials, you'll have a solid foundation in the basic skills needed to develop database-driven Web sites.
Until then, experiment, and have fun! If you have any questions, please mail them to ProfessorF@informit.com. We'll try to answer as many as we can.