SQL Command Listing
You can use the full range of SQL commands from ASP to perform database operations. Here are a list of common SQL commands along with descriptions of each.
Basic Operations
Create Table
Select Rows
Select All Rows
Like for Wildcard Selection
Insert Rows
Update Rows
Update Rows based on Two Tables
Delete Rows
Group Operations
Count - sum up values
Max - highest value
Min - lowest value
SQL Command Listing