SQL from webpage
Here you are shown how to connect to your SQL Database.
There are many ways to this such as through the command-line interface,
you can execute SQL through a programming language and as shown in this example
you can work from a web browser.
Oracle provides a web interface iSQL*Plus.
By default the interface is available at http://www.loaclhost:5500/em/console/logon/logon
for administration and at http://localhost:5560/isqlplus/dynamic for general SQL access.
You can go to phpMyAdmin(http://www.phpmyadmin.net)
and once there, the tool will allow you to go through
step by step forns that are relatively easy to use.
You can use for sqlserver the Web Data Administrator utility from Microsoft.
You can also use the WebSQL Console available at (http://www.websqlconsole.com)
You can use phpPgAdmin available at (http://www.phppgadmin.org).
This allows you to run queries from a web page and also provides other
administrative functions.
Hack 10 Converting subqueries into joins
Hack 11 Converting aggregate subqueries into joins
Hack 16 Search for a String across columns
Hack 24 Multiply Across a Result Set
Hack 25.5 Splitting and combining columns
Hack 26 Include the rows your JOIN forgot
Hack 30 Calculate the maximum/minimum of two fields
Hack 33 Get values and subtotals in one shot
Hack 50 Combine tables containing different data
Hack 51/52 Display rows as columns
Hack 55 Import Someone Else's Data
Hack 62 Issue Queries Without Using a Table
Hack 63 Generate rows without tables
Hack 72 Extract a subset of the results
Hack 78 Break it down by Range
Hack 88 Test two values from a subquery