(under construction)
Topic | Notes |
Database (Create & Drop) | This is
normally done via a Control Center or some Database Management tool
provide by the DB vendor.
SQL Example:
|
Connect to a Database | SQL
Example
|
Create a Table | SQL
Example (DB2)
|
Drop a Table | SQL
Example
|
Insert a row | SQL
Example
|
Delete a row | SQL
Example
|
Select | SQL
Example
|
Operators | Operators
|
Creating a Database | create database SampleDb
|
Dropping a Database | drop database Michael |
GUI Tool Query Analyzer |
GUI Tool for SQL command access.
|
Date | Date (field type)
|