ComeçarComece de graça

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.

Este exercício faz parte do curso

Introduction to SQL with AI

Ver curso

Instruções do exercício

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

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

SELECT TOP 3 *
FROM orders;
Editar e executar o código