You are in charge of creating a small database for a store that sells goods so that it can keep track of its customers and their orders
Requirements: as answerQuestion OneYou are in charge of creating a small database for a store that sells goods so that it can keep track of its customers and their orders.Write an SQL statement to create a customer table containing the following information:Every customer has a unique ID, that should not be empty and set as the primary keyThe customer’s first and last name that shouldn’t […]