October 2005
Beginner to intermediate
1032 pages
29h 8m
English
IN THIS CHAPTER
• The Structured Query Language
• Clauses
• Joins
• Using Access to Generate Queries
At this point, you are familiar with just how easy it is to create a database using Access, MSDE, or MySQL. In the coming chapters, you'll learn just how easy Dreamweaver makes it to extract from, insert into, update within, and delete information from your database. And although Dreamweaver provides a simple process for the extraction of data from your database, you may quickly find your application growing far beyond the scope of simple data extraction. The kind of applications you eventually build will have a direct impact on how complex your use of a data-access ...