Write all your SQL queries to only generate the table structuresas given in Company ERD above.Note the following:
– When you run your script, all the tables should be createdwith their constraints as given in the ERD.
– For the date fields, do not include the time with the date.All times in a day in the database need to be stored in the 24-hourformat: ‘HH:MM:SS’ using the Time data type. Here, HH representsthe hours, MM the minutes and SS
OR
OR