Created
March 25, 2021 20:41
-
-
Save RelativeTech/50ad381a0d7c2b9937fe23ef680cfca2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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