Slide 7.3: SQL syntax
Slide 7.5: SQL create table statement
Home

SQL Syntax (Cont.)


SQL can be divided into two parts: SQL Data Manipulation Language (DML)
The query and update commands form the DML part of SQL: SQL Data Definition Language (DDL)
The DDL part of SQL permits database tables to be created or deleted. It also define indexes (keys), specify links between tables, and impose constraints between tables. The most important DDL statements in SQL are Using SQL in Your Web Site
To build a database-driven web site, the following is needed at least:
Demonstration
The following is an SQL test area from W3Schools, which uses the well-known Northwind sample database and the tables are for read only.
For security reasons, the following demonstration may only work in Chrome.

SQL Statement:

Edit the SQL statement and click     to see the result, or    

Result:

Click “Run SQL” to execute the SQL statement above.
W3Schools has created an SQL database in your browser.
The menu to the right displays the database, and will reflect any changes.
Feel free to experiment with any SQL statement.
You can restore the database at any time.
The Database includes:
The Database includes:

TablenamesRecords
Customers91
Categories8
Employees10
OrderDetails518
Orders196
Products77
Shippers3
Suppliers29