Write a SQL query to find the top 5 most expensive items in the "Electronics" category.
The solution is optimal because it uses the ORDER BY clause to sort the results in descending order by price, and the LIMIT clause to limit the results to the top 5 most expensive items.
Evaluated at: 2022-11-07 12:15:25