Labs

  1. Create a file IntermediateJPQLLab in the com.example.videostore.client package.

  2. In a main method write a query that calculates the average length of the films in the database.

  3. Write a query that calculates the number of addresses grouped by their state.


Prev -- Up