(M8 Hands-On) Activity - BSVZamora
(M8 Hands-On) Activity - BSVZamora
Procedure:
1. Create queries to perform the next steps.
2. Create the tables named Customers and Product. Set the appropriate data types and determines
which ones are supposed to be NOT NULL.
Customers: CustomerID (Primary key), FirstName, LastName, Email, Gender, Birthdate
Products: ProductID (Primary key), Description, Quantity, Price, VendorID
3. Create another table named Vendors with columns: VendorID (Primary key), Name, ContactNum,
CityAddress.
4. Set VendorID from the Vendor table as a foreign key in the Products table.