Skip to content

Instantly share code, notes, and snippets.

@RelativeTech
Created March 25, 2021 20:41
Show Gist options
  • Save RelativeTech/50ad381a0d7c2b9937fe23ef680cfca2 to your computer and use it in GitHub Desktop.
Save RelativeTech/50ad381a0d7c2b9937fe23ef680cfca2 to your computer and use it in GitHub Desktop.
insert into workerX (id, name, compensation, manager_id) values (1, 'One First', 50000, 5)
insert into workerX (id, name, compensation, manager_id) values (2, 'Two Second', 70000, 5)
insert into workerX (id, name, compensation, manager_id) values (3, 'Three Third', 90000, 5)
insert into workerX (id, name, compensation, manager_id) values (4, 'Four Fourth', 180000, 5)
insert into workerX (id, name, compensation, manager_id) values (5, 'Five Fifth', 160000, 9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment