| -- This file is automatically generated. You should know what you did if you want to edit this |
| -- !select_grades -- |
| 1 Alice English 88 B |
| 1 Alice Math 95 A |
| 1 Alice Science 92 A |
| 2 Bob English 85 B |
| 2 Bob Math 78 C |
| 2 Bob Science 80 B |
| 3 Charlie English 70 C |
| 3 Charlie Math 65 D |
| 3 Charlie Science 68 D |
| 4 David English 60 D |
| 4 David Math 55 F |
| 4 David Science 58 F |
| |
| -- !select_group_by_grade -- |
| A 2 93.5 |
| B 3 84.33333333333333 |
| C 2 74 |
| D 3 64.33333333333333 |
| F 2 56.5 |
| |
| -- !select_aggregate_with_udf -- |
| 1 Alice 91.66666666666667 A |
| 2 Bob 81 B |
| 3 Charlie 67.66666666666667 D |
| 4 David 57.66666666666666 F |
| |
| -- !select_age_group_aggregate -- |
| Adult 2 85000 90000 80000 |
| Minor 1 0 0 0 |
| Senior 2 105000 110000 100000 |
| Young Adult 3 51666.66666666666 60000 45000 |
| |
| -- !select_having_with_udf -- |
| 1 Alice 91.66666666666667 |
| 2 Bob 81 |
| |