Skip to content

Instantly share code, notes, and snippets.

@CSaratakij
CSaratakij / solution.md
Last active April 18, 2024 04:49
SQL query practice : 6002526

SQL query practice : (6002526)

Lesson 1 : SELECT queries 101

  1. Find the title of each film
SELECT title FROM movies;
  1. Find the director of each film