Is it possible to make Web sites that interact with an SQL database?
Yes, this can also be accomplished through different technologies. The typical method of doing this is by using Scripting Languages such as Active Server Pages (ASP) or ColdFusion. These languages have the built in capability to execute SQL statements that can interact and even modify SQL databases. Some advanced applications like Macromedia UltraDev, Visual Inderdev, and Frontpage 2000 also have the capability to easily create Web pages that interact with SQL databases. Using applications such as these makes things a lot easier for novices or people under time constraints.