Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Виберіть варіант, який вибрає всі записи з таблиці "orders", де значення колонки "name" дорівнює 'shevchuk'?
SELECT * FROM orders = 'shevchuk'
SELECT * FROM orders WHEN status = 'shevchuk'
SELECT * FROM orders LIKE 'shevchuk'
SELECT * FROM orders IF status = 'shevchuk'
SELECT * FROM orders WHERE status = 'shevchuk'
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!