Get startedGet started for free

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.

This exercise is part of the course

Introduction to SQL with AI

View Course

Exercise instructions

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

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

SELECT TOP 3 *
FROM orders;
Edit and Run Code