Posts by user148059 • 1 point
1 post
-
-1
votes2
answers117
viewsQ: How to get lower value without aggregation function - SQL
Assuming a Student table that has as attributes(Id, Name, age). How I get the name of the underage student but without using aggregation function(MIN)?