1. What does SQL stand for?
SQL stands for Structured Query Language.
Quick recap of SELECT, FROM, WHERE, LIKE, ORDER BY and records/fields.
* mean in SELECT *?* means return all fields in the table.WHERE name LIKE "A%" find?A% is a wildcard pattern for values that begin with A.ORDER BY name ASC do?Write one key idea you will remember from today’s lesson.