In MySQL and most of other RDBMS - how to retrieve 100 records from Users table?
Explanation
LIMIT keyword is used to retrieve not more than specified number of records from any given table.
SELECT some_fields 
FROM Users 
WHERE some_conditions
LIMIT number_of_records_to_return

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по SQL
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты