Introduction to
SQL Commands
An overview of SQL commands and syntax
SELECT
Statement
Retrieve data from a
database
INSERT
Statement
• Insert new records into a table
UPDATE Statement
• Modify existing records in a table
DELETE Statement
• Remove records from a table

Introduction to SQL commands.pptx