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: |

What is Telegram Possible Future Strategies?

Cryptoassets enthusiasts use this application for their trade activities, and they may make donations for this cause.If somehow Telegram do run out of money to sustain themselves they will probably introduce some features that will not hinder the rudimentary principle of Telegram but provide users with enhanced and enriched experience. This could be similar to features where characters can be customized in a game which directly do not affect the in-game strategies but add to the experience.

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


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