SQL Workbench🧒

Default DB Tables

customers

β†’ customerID

β†’ companyName

β†’ contactName

β†’ contactTitle

β†’ address

β†’ city

β†’ region

β†’ postalCode

β†’ country

β†’ phone

β†’ fax

employees

β†’ employeeID

β†’ firstName

β†’ lastName

β†’ title

β†’ titleOfCourtesy

β†’ birthDate

β†’ hireDate

β†’ address

β†’ city

β†’ postalCode

β†’ country

β†’ homePhone

β†’ extension

β†’ reportsTo

products

β†’ productID

β†’ productName

β†’ supplierID

β†’ categoryID

β†’ quantityPerUnit

β†’ unitsInStock

β†’ unitsOnOrder

β†’ reorderLevel

β†’ discontinued

orderCategories

β†’ categoryId

β†’ categoryName

β†’ description