The Assignment:
	Importing Data

The Tasks:
	1.  Goto (EVIL word) www.bls.gov/oes/oes_dl.htm.
	2.  Download May 2006 State Cross-Industry Estimates.
	3.  Convert and insert info into mySQL.
	    NOTE:  There are records with an * or # in the mean salary.
		   These records do not have enough employees to rely on 
                   the statistical information.  Just delete these.
	4.  Create a SOURCE file and TEE the output from these queries:
	    a. Which State pays DBA's the most? (Job Class=15-1061)
            b. What is the average (Mean) DBA salary in UT?
            c. WHat is the mean DBA salary nationwide?
            d. How many jobs are there for DBA's in UT?
	    e. How many jobs are there for DBA's in all States?
	    f. Compile mean salary and # of jobs for DBA's by state
               sorted from highest salary to lowest salary.
	    g. Search for your desired job. List the job description, 
               the mean salary for your desired job in UT and nationwide?
	5.  Submit the source and tee files on the submit system(LAB 08)

The Pointage:
	There are 100 points possible.