Question: Lab 4 will introduce the various aspects of the SQL select statement and the methods of retrieving data from the database tables. This lab will

Lab 4 will introduce the various aspects of the SQL select statement and the methods of retrieving data from the database tables. This lab will also introduce the fundamentals of updating and deleting records. This lab may be completed using either DeVrys Omnymbus EDUPE-APP lab environment, or a local copy of the MySQL database running on your own computer using the ACME database tables. The lab will utilize a set of tables that are represented by the ERD (ACME.ERD.pdf) and are created and populated by the script file (Create_ACME_DB.sql). Follow the instructions in the file CreateACMETables.docx to create your database, tables, and data.

Lab 4 will introduce the various aspects of the SQL select statement

  1. Write a query that displays the employees that were hired from June 15, 2009 through March 12, 2013. Do this WITHOUT using the BETWEEN clause. Format the date field as mm/dd/yy and use a heading of Date_Hired. Use the DATE_FORMAT function.

Offices SalesReps PK OfficelD RepID PK City Name Region Hire Date MgrlD Quota Target Sales ales FK Officel Customers Orders PK CustiD Products PK Ordid Company PK ProductlD Phone FK CustID Description OrderDate CreditLimit ProductPrice FK ProductID FK CustReplD Quantity_On Hand FK RepID QTY TotalAmt

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!