Level 18
SQL practice
Write a query that returns exactly what the task asks for. Only SELECT works here, the data cannot be changed. If your result matches, you will see a green message.
Task 1
Find the model, speed and memory (hd) of every droid that costs less than 500 credits. Output: model, speed, hd.
Ctrl + Enter