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