Skip to content

Instantly share code, notes, and snippets.

@Abuton
Created February 19, 2022 20:39
Show Gist options
  • Save Abuton/4619a9aaf563a10dc29b0495f57d79a1 to your computer and use it in GitHub Desktop.
Save Abuton/4619a9aaf563a10dc29b0495f57d79a1 to your computer and use it in GitHub Desktop.
EntityName = {attribute1 datatype, attribute2 datatype, …..}
Cages = {cageId INT, noOfBirds INT}
Employees = {employeeId INT, firstName TEXT, lastName TEXT, dateJoined DATE, salary DOUBLE, position VARCHAR(25)}
Sales = {id INT, date DATE, customerId INT, employeeId INT, price DOUBLE, noOfEggSold INT}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment