Warning: include(config.html) [function.include]: failed to open stream: No such file or directory in /home/npsale/sqldumpster.com/tutorials.php on line 3

Warning: include() [function.include]: Failed opening 'config.html' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/npsale/sqldumpster.com/tutorials.php on line 3
SQL guides and tutorials, mysql ms access all sql tutorials and free guides for databases

Tutorials

The SELECT statement
The SELECT statement is used to select data from a table. You will find this statement the most commonly used in the creation of a dynamic website.

The INSERT statement
The INSERT statement is used to add data to a table.

The UPDATE statement
The UPDATE statement is used to update data in a table.

The DELETE statement
The DELETE statement is used to delete data from a table.

Useful PHP/MySQL functions
These functions should be used to efficiently query a database.