Learn SQL basics in just 15 minutes with this tutorial focused on using SQL with MySQL. Topics covered include: - What SQL is ...
WHY: INSERT adds rows to a table. WHAT: INSERT INTO specifies table & values for each column.