SQL: CREATE INDEX #39
| Test | Status | Details |
|---|
Ready — edit the code above and click Run or Submit.
CREATE INDEX idx_items_price ON Items(Price);
Try solving on your own first, then reveal the official answer.
SQL interview practice.