Complete the following 10 questions using SQL queries against the social media database. Each question requires exactly one query unless otherwise specified. Do not use JOINs or subqueries.
Answer Format:
Question Prompt
Your Query
In comments: What you found as the answer and explain why, as if I can’t read data.
Type: Counting, filtering by string pattern.
Type: Counting, filtering by date range.
Type: Aggregation, grouping, ordering, limiting.
Type: Counting, filtering by string pattern.
Type: Aggregation, grouping, ordering, limiting.
Type: Counting distinct values.
Type: Aggregation, grouping, ordering, limiting.
Type: Counting, filtering by date and string pattern.
Type: Counting, filtering by date and string pattern.
Type: Aggregation, grouping, ordering, limiting.