IT540Assignment3 Solution - Organization Access Database with queries
Friday, 18 March 2016
/
Write SQL statements (queries) to answer the following questions (Make sure to replace XXX with your initials!):
1. Write an SQL statement to list all columns and all rows for the table Service. Save the query results as XXXQ1.
2. Write an SQL statement to list LastName, FirstName, and CellPhone for all employees having an experience level of Master. Save the query results as XXXQ2
1. Write an SQL statement to list all columns and all rows for the table Service. Save the query results as XXXQ1.
2. Write an SQL statement to list LastName, FirstName, and CellPhone for all employees having an experience level of Master. Save the query results as XXXQ2