Skip to content

Instantly share code, notes, and snippets.

View sayidbek-bakhrom's full-sized avatar
:octocat:
Learning Data Engineering

Sayidbek sayidbek-bakhrom

:octocat:
Learning Data Engineering
View GitHub Profile
@CSaratakij
CSaratakij / solution.md
Last active May 19, 2024 04:00
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