Top tokens

Report a typo

Please add the LIMIT statement parameters in the following query in a way to retrieve top 5 most valuable tokens outside the top 10.

SELECT
      id,
      name,
      price,
      market_capitalization,
      protocol
FROM
      tokens
ORDER BY price desc
Select one option from the list
___

Create a free account to access the full topic