Solution: Pick the Columns You Want
We'll cover the following...
We'll cover the following...
Query
SELECT type, name FROM pets;
Explanation
This SQL query retrieves only specific columns, ...
SELECT type, name FROM pets;
This SQL query retrieves only specific columns, ...