Junior — Senior
Improving query performance with indexes
livecode
Task condition
Analyze a set of SQL queries and select optimal indexes to speed up their execution.
SELECT * FROM books
WHERE title = 'War and Peace';
SELECT * FROM books
WHERE date_published >= '01-01-2024';