Секція 3. Розділ 2
single
Отримання Категорії за Ціною Продукту
Свайпніть щоб показати меню
Чудово, ми отримали кількість товарів у кожній категорії. Тепер нам потрібно визначити категорії, де ціна товарів перевищує певну суму грошей.
Лише нагадування, що ми працюємо з двома таблицями.
product:
Завдання
Swipe to start coding
Your task is to retrieve the unique category names that have products with a price higher than 450. Use the WHERE clause for this, where you compare 450 with the value of the price column.
There should be only one column in the output - category.name. You do not include the price column in the SELECT section; you only use it in the WHERE section.
Brief Instructions
- Retrieve the
category.namecolumn from thecategorytable. - Use
DISTINCTto get only unique values. - Join the
producttable using aJOINstatement. - The common column for both tables is
category.id = product.category_id. - Use a
WHEREclause with the conditionprice > 450.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 2
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат