ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Introduction to SQL with AI

Ver curso

Instrucciones del ejercicio

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

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

SELECT TOP 3 *
FROM orders;
Editar y ejecutar código