bugl
bugl
HomeLearnPatternsPathsSearch
HomeLearnPatternsPathsSearch

Loading lesson path

Learn/SQL/SQL Database
SQL•SQL Database

SQL Hosting

Flash cards

Review the key moves

1/3
Core idea

What is the main idea behind SQL Hosting?

Lesson checks

Practice each idea before moving on

Short Mimo-style checks built from this lesson's code, terms, and sequence.

1Quick choice

Which statement best captures the main point of this lesson?

2Order

Put the learning moves in the order that makes the concept easiest to apply.

Some common SQL hosting databases are MySQL, PostgreSQL, SQL Server, and Oracle.
If your web server is hosted by an Internet Service Provider (ISP), you will have to look for SQL hosting plans.
If you want your web site to store and retrieve data from a database, your web server must have access to a database-system.

If you want your web site to store and retrieve data from a database, your web server must have access to a database-system.

If your web server is hosted by an Internet Service Provider (ISP), you will have to look for SQL hosting plans.

Some common SQL hosting databases are MySQL, PostgreSQL, SQL Server, and Oracle.

MySQL

MySQL is a popular database software for web sites.

MySQL is known for speed, reliability, and ease of use.

MySQL is an inexpensive alternative to the expensive Microsoft and Oracle solutions.

Tip

Read our MySQL Tutorial .

SQL Server

Microsoft SQL Server is a popular database software for database-driven web sites with high traffic.

Microsoft SQL Server has a strong integration with other Microsoft products, powerful tools, and robust security features.

Oracle

Oracle is a popular database software for database-driven web sites with high traffic.

Oracle is known for extreme scalability, performance, reliability, and security.

Oracle has expensive licensing.

PostgreSQL

PostgreSQL is a popular database software for web sites.

PostgreSQL has advanced features, high standards compliance, extensibility, and strong data integrity.

PostgreSQL is open-source and free.

Tip

Read our PostgreSQL Tutorial .

Previous

SQL Prepared Statements

Next chapter

SQL References

Start with SQL Data Types for MySQL, SQL Server, and MS Access