Database
A database, often referred to as a "DB," is the electronic equivalent of a filing cabinet. You can use it to organize information in a way that allows computer programs to quickly find the data you’re looking for.
Creating a Database
To create a database for your Web site, you would use a collection of programs called a database management system (DBMS). These programs allow you to store, edit and retrieve your information in a fast and efficient way.
Database Management System
Click the links below to learn about some of the most popular DBMSes.
Planning a collaboratively authored Web site? Many of the most popular collaborative Web sites were created using an open-source relational database management system called MySQL.
If you plan to deploy a database for your Web site, you need high-performance querying software. SQL Server is designed to handle small and large projects and can be used with ASP or ColdFusion.
Creating your first database might sound like a difficult task. A good solution for beginners, Microsoft Access’s familiar, graphical interface makes it simple. |