DE
Size: a a a
DE
РА
DE
DE
DE
РА
DE
DE
S
SELECT * FROM cars
JOIN color ON color.cars_id = cars.id
ORDER BY cars.rating DESC limit 5 OFFSET 0 ;
S
notes
id
text
tags
id
name
notes_tags
note_id
tag_id
sort_order
S
SELECT DISTINCT t1.film_id
FROM entities_to_film as t1
JOIN films as t5 ON t1.film_id = t5.id
ORDER BY t5.rating DESC
LIMIT 5 OFFSET 0
DE
РА
DE
DE
РА
ВТ
DE
ВТ