This is the print version of http://www.quackit.com/database/Index.cfm
These days, databases are an essential part of websites and blogs all over the web. Whether you look after a corporate website, run a forums based website, or simply run your own blog, your job would be made much harder if it weren't for databases.
In this section of Quackit, you will find a comprehensive range of quality articles and tutorials covering various database concepts. My main focus initially, is to "de-mystify" the whole concept of databases so that beginners can develop an understanding of what a database is and where it fits in the larger picture of website development.
Database Tutorial | SQL Tutorial |
|---|---|
|
A database is essential for many common website functions. Examples include a members-area on your website, forums, blogs, and many more. This tutorial shows you the basic concepts of databases. |
SQL is the standard query language for databases. SQL provides the link between your website and your database. Once you have a database, your website can utilize it via SQL. |
SQL Server Tutorial | Microsoft Access Tutorial |
|
SQL Server is a relational database management system. It allows you to create databases, query them, maintain them, and much more. |
MS Access is an entry-level relational database management system. Being a desktop RDBMS, it is designed primarily for home or small business usage, and is a good platform for learning about databases. |