Login | Register

How do I set up my database using SQL?

Answer:

A database is a way of organizing information. Imagine it as tables of information from which someone can extract information from. SQL is a specialized language that is used for sending queries to databases.

Most web hosts offer MySQL, a very popular database system (on the web) that is often used in conjunction with PHP. Other popular databases include PostgreSQL and MS SQL (found on Windows systems). Databases are very useful as they store information in such a manner that data is both easy to extract and search through. Almost all online applications (include the system powering this website) now use databases to store their information.

Do remember that data stored in databases also count as part of your disk space usage.

Related Keywords: database, MySQL, SQL, PostgreSQL, MS SQL, MS Access

Questions that Link to This: