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

Contenuti del Corso

Introduction to SQL

Introduction to SQL

1. Getting Started
3. Sorting Data
4. Populating a Database
5. Updating & Deleting Data

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

Click or drag`n`drop items and fill in the blanks

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 8
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt