Hi! Could we please enable some services and cookies to improve your experience and our website?

Privacy & Cookie Policy.
SQL code copied to buffer
RU PT FR
Task 13:
Is the following index a good fit for the query? 
| CREATE INDEX tbl_idx ON tbl (date_column);

| SELECT COUNT(*)
| FROM tbl
| WHERE EXTRACT(YEAR FROM date_column) = 2024;

Source: The 3-Minute SQL Indexing Quiz

Mark all correct answers and click the "Check!" button

Get hint