Секція 2. Розділ 1
single
Word filtering
Свайпніть щоб показати меню
Imagine that we want to extract all the hybrid cars from our database. As you understand, doing it manually is a worthless job and has to be automated.
Surely it has already been implemented! To filter observations based on columns with text use WHERE statement. For example,
123SELECT * FROM audi_cars WHERE fueltype = 'Hybrid'
This query will return all the Hybrid cars.
Please note, that in that case, you have to use single quotes, not double!
Завдання
Swipe to start coding
From audi_cars table extract only cars with Automatic transmission. Extract all the columns.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 1
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат