Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

The site database


May 27, 2021 The site host


Table of contents


Web site database


MS SQL Server or Oracle is used for high-traffic database-driven websites.

MySQL is used for low-cost database access.

MS Access is used for low-traffic websites.


The site database

If your site needs to update a lot of information over the web, you need a database to store the information.

There are many types of database systems that can be used for site hosts. The most common are MS Access, MySQL, SQL Server, and Oracle.


Use the SQL language

SQL is a language used to access a database.

If you want your site to have the ability to store or retrieve data in a database, your web server needs access to the database system in the SQL language.

If you would like to learn more about SQL, please visit our SQL tutorial.


SQL Server

Microsoft's SQL Server is one of the most popular database software for high-traffic database-driven websites.

SQL Server is a very powerful, robust, and feature-rich SQL database system.

If you want to learn more about SQL Server, you can access the SQL Server tutorial


Oracle

Oracle is also a very popular database software for high-traffic database-driven websites.

Oracle is also a very powerful, robust, and feature-rich SQL database system.


Mysql

MySQL is also a popular website database software.

MySQL is a very powerful and complete SQL database system.

MySQL is a cheap alternative to expensive Microsoft and Oracle solutions.

If you would like to learn more about MySQL, you can learn from the MySQL tutorial


Access

Microsoft Access should be a popular option if your site requires an easy database solution.

Access is not suitable for high-traffic websites and is not as powerful as Oracle or SQL Server.