Baiting is the answer
Hope it helped!
In creating a table from a dataset that does not have a column and a row, the most important thing that you have to ensure so that your table would come out well is including (C) column headers in your data.
This would ensure that when you change your data into table form, the data will be well-organized based on the column headers that you have made.
Answer:
storage to store the data and files
ALTER TABLE customer ADD CONSTRAINT customer_number_unique UNIQUE (customer_number);