Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Sorting after Filtering Data | Sorting Data
Introduction to SQL
course content

Kurssisisältö

Introduction to SQL

Introduction to SQL

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

book
Sorting after Filtering Data

Summary:

  • The ORDER BY clause can be placed after the WHERE clause to sort the data after conditionally filtering it;
  • Example: SELECT * FROM students WHERE age > 20 ORDER BY name;.
question mark

Which of the following query is valid?

Select the correct answer

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 3. Luku 5
Pahoittelemme, että jotain meni pieleen. Mitä tapahtui?
some-alt