Exercise - ORDER BY, LIMIT, MIN, MAX

Your task

Part A: Write a SPARQL query that displays the lowest age of any character in our dataset.

Part B: Write a SPARQL query that displays the highest age of any character in our dataset.

Having trouble?

There are 2 methods for finding the highest and lowest values. You can either use the MIN and MAX functions or combine ORDER BY with LIMIT. If you can't get one method to work, just try the other.

Ready for the solution?

Check out solution 1 and solution 2 to see our implementations of the solution.

results matching ""

    No results matching ""