Skip to content

Instantly share code, notes, and snippets.

@RelativeTech
Created March 25, 2021 20:40
Show Gist options
  • Save RelativeTech/2e3c854fb964a94a5979e7ab0b49499e to your computer and use it in GitHub Desktop.
Save RelativeTech/2e3c854fb964a94a5979e7ab0b49499e to your computer and use it in GitHub Desktop.
create table workerX (id integer not null, name varchar(255), compensation double not null, manager_id integer not null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment