SQLZoo (original) (raw)
Reference: how to...
1 SELECT
How to read the data from a database.
How to create tables, indexes, views and other things. How to get rid of them.
How to put records into a table, change them and how to take them out again.
How to work with dates; adding, subtracting and formatting.
How to use string functions, logical functions and mathematical functions.
6 Users
How to create users, GRANT and DENY access, get at other peoples tables. How to find processes and kill them.
How to find out what tables and columns exist. How to count and limit the rows return.
Some SQL Hacks, taken from "SQL Hacks" published by O'Reilly
9 Using SQL with PHP on Amazon EC2 servers
Video tutorials showing how to run MySQL, PHP and Apache on Amazon's EC2 cloud servers.
Simpler instructions for students following module INF08104 at Edinburgh Napier University
10 An introduction to transactions
Video tutorials showing how sessions can interfere with each other and how to stop it.
Code to connect to a database in Visual Studio.
- Served by: po at 2025-06-17T11:54