Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
SELECT что_выбрать
FROM таблица1
JOIN таблица2 ON условие_соединения
WHERE условие_выборки
This is a task, not a question.
SELECT b.title, b.year
FROM BOOKS b
JOIN USER u on b.uid = u.id
WHERE
u.name = 'Рома'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question