✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
The cats must be ordered first by breed and second by name. They are about to enter an elevator one by one. When all the cats of the same breed have entered they leave.
Which SQL statement helps to know what the running total weight of the cats is?
| name | varchar |
| breed | varchar |
| weight | float |
| color | varchar |
| age | int |