SQL help index
- SELECT. Get a result set.
- INSERT. Add entries to a table.
- UPDATE. Update entries in a table.
- DELETE. Delete entries in a table.
- JOIN. Mix 2 or more tables in a result set.
- CREATE TABLE. Add a new table to the database.
- ALTER TABLE. Modify the definition of a table.
- Table INDEXes. Accelerate queries.
- DROP TABLE. Table deletion.