Which of these statements are queries?

SELECT name
FROM family;
SELECT name
FROM friends;
CREATE DATABASE adventure;

Fantastic! Queries are statements that return data as a temporary table, which is true for the select statement.

Yikes! Queries are statements that return data as a temporary table, which is true for the select statement.