Interactive Demo

Try SQL Trainer

Experience our interactive SQL editor right now. This is a demo β€” register for full access to the task catalog.

SELECTbeginner

Select IT Department Employees

Write an SQL query to get the names and positions of all employees from the IT department.

Expected columns:

nameposition
DB Schema
employees
πŸ”‘ idINTEGER
nameVARCHAR(100)
positionVARCHAR(50)
departmentVARCHAR(50)
salaryDECIMAL(10,2)
SQL Query
Result

Press "Run" to execute the query

Full access to 500+ tasks β€’ AI generation β€’ Greenplum & PostgreSQL