I have the problem:
"List all details about software records. Sort the output by package ID within tag number."
I'm a little confused about what they mean "within tag number"
Is the following sql right or wrong, if wrong can you help me fix it? Thanks.
Select * from software
order by PACKID in(TAGNUM);