Should I use mySQL Table Views or Spring Data JPA projections?
Questions: I have a mySQL relational database with football statistics that contains a table matches. I created a method in my Spring project to build a standings table. This method uses a projection ...