Sunday, April 02, 2006

Designing and Creating Databases

Designing and Creating Databases: "Designing and Creating Databases
A client/server database system is made up of two components:
Programs that provide an interface for client-based users to access data.

The database structure that manages and stores the data on the server.

For example, if you use Microsoft SQL Server 2005 to create a checking account application, you must set up a database structure to manage the account transaction data and an application that acts as the user interface to the database. This allows users to access checking account information.
Creating a database to serve your business needs requires an understanding of how to design, create, and maintain each of these components to make sure that your database performs optimally."

No comments: