LoslegenKostenlos loslegen

Limiting SQL output

The PoweredHomes database is growing. As you continue to explore the data, you're cautious of slowing down your queries while you test out some new analysis ideas.

You want to see a small sample to test your approach.

Diese Übung ist Teil des Kurses

Introduction to SQL with AI

Kurs anzeigen

Anleitung zur Übung

  • Write a prompt to display the first three products from the products table to get a quick preview of the data.

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

SELECT *
FROM products;
Code bearbeiten und ausführen