LoslegenKostenlos loslegen

Adjusting SQL code

PoweredHomes is considering changing database systems. You're working with a PostgreSQL database and have a query that was written for SQL Server. Use AI to help adapt the code for PostgreSQL.

Diese Übung ist Teil des Kurses

Introduction to SQL with AI

Kurs anzeigen

Anleitung zur Übung

  • Ask the AI to help you modify your query for PostgreSQL.

Interaktive Übung

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

SELECT TOP 3 *
FROM orders;
Code bearbeiten und ausführen