Telegram Group & Telegram Channel
Дана таблица работников с назаванием "employees" и колонками "employee_id", "first_name", "last_name", "hire_date", "salary". Какой из следующих SQL запросов выведет топ-5 самых высокооплачиваемых работников?
Anonymous Quiz
SELECT * FROM employees WHERE salary = (SELECT MAX(salary) FROM employees) LIMIT 5;
SELECT first_name, last_name, MAX(salary) FROM employees GROUP BY first_name, last_name LIMIT 5;
SELECT * FROM employees ORDER BY salary DESC LIMIT 5;
588 answered



tg-me.com/sql_for_qa/88
Create:
Last Update:

BY SQL для тестировщика


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/sql_for_qa/88

View MORE
Open in Telegram


SQL для тестировщика Telegram | DID YOU KNOW?

Date: |

Telegram today rolling out an update which brings with it several new features.The update also adds interactive emoji. When you send one of the select animated emoji in chat, you can now tap on it to initiate a full screen animation. The update also adds interactive emoji. When you send one of the select animated emoji in chat, you can now tap on it to initiate a full screen animation. This is then visible to you or anyone else who's also present in chat at the moment. The animations are also accompanied by vibrations. This is then visible to you or anyone else who's also present in chat at the moment. The animations are also accompanied by vibrations.

Traders also expressed uncertainty about the situation with China Evergrande, as the indebted property company has not provided clarification about a key interest payment.In economic news, the Commerce Department reported an unexpected increase in U.S. new home sales in August.Crude oil prices climbed Friday and front-month WTI oil futures contracts saw gains for a fifth straight week amid tighter supplies. West Texas Intermediate Crude oil futures for November rose $0.68 or 0.9 percent at 73.98 a barrel. WTI Crude futures gained 2.8 percent for the week.

SQL для тестировщика from jp


Telegram SQL для тестировщика
FROM USA