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.
Cet exercice fait partie du cours
Introduction to SQL with AI
Instructions
- Ask the AI to help you modify your query for PostgreSQL.
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
SELECT TOP 3 *
FROM orders;