Skip to content

Instantly share code, notes, and snippets.

@RelativeTech
Created March 25, 2021 20:36
Show Gist options
  • Save RelativeTech/8e5569302b524d93f912040942637d49 to your computer and use it in GitHub Desktop.
Save RelativeTech/8e5569302b524d93f912040942637d49 to your computer and use it in GitHub Desktop.
select max(compensation) as Max
from worker
select min(compensation) as Min
from worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment