Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ The LIMIT Keyword | Sorting Data
/
Introduction to SQL

bookThe LIMIT Keyword

メニューを表示するにはスワイプしてください

  • The LIMIT keyword can be used for limiting the number of rows that are fetched as a result of a SELECT statement;
  • The LIMIT keyword always comes after the ORDER BY clause;
12345
SELECT * FROM students WHERE age < 20 ORDER BY enrollment_date LIMIT 1;
copy
question-icon

Complete the query to select the top 4 highest-paid employees in the IT department.

クリックまたはドラッグ`n`ドロップして空欄を埋めてください

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  8

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 3.  8
some-alt