Use the SQL script Charter.sql to create the design
of the tables
for an Oracle version of Ch06_AviaCo.accdb. Then
use the method from Wednesday's lab to create a(n) SQL Insert scripts to enter the data for the Customer and
Charter tables. Send a screen capture of your Insert script as well as a
query showing the data you inserted.
In Customer be careful or Amy O'Brian. Also be careful of numbers with commas in them. Use Excel's
cell formatting to write the numbers without commas before making your csv file.
In Charter be careful of the dates and the numbers with commas. A trick for dates is to use the Excel formula
=CONCATENATE("'",TEXT(D3,"MMM-DD-YYYY"),"'")
where D3 would be the reference to the Excel cell containing the date in question.
Use any remaining time this period to catch up or to work on your project.