Create a database named MyCustomers, with the following tables using MySQL. Use the appropriate data types and note that the underlined fields denotes a field to be either a primary key or a foreign key Customers (CustomerID, Name, Address, City) Orders (OrderID, CustomerID, Amount, Date) Insert at least 5 records in each of the tables appropriately.