Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using the MDC database that you imported into your MySQL Workbench: List the LastName, FirstName, and Phone of all customers. List the LastName, FirstName, and

Using the MDC database that you imported into your MySQL Workbench:

List the LastName, FirstName, and Phone of all customers.

List the LastName, FirstName, and Phone for all customers with a FirstName of Nikki.

List the LastName, FirstName, Phone, DateIn, and DateOut of all orders in excess of $100.00.

List the LastName, FirstName, and Phone of all customers whose first name starts with 'B'.

List the LastName, FirstName, and Phone of all customers whose last name includes the characters 'cat'.

List the LastName, FirstName, and Phone for all customers whose second and third digits (from the left) of their phone number are 23. For example, any phone number with an area code of 723 would meet the criteria.

Determine the maximum and minimum TotalAmount.

Determine the average TotalAmount.

Count the number of customers.

Group customers by LastName and then by FirstName.

Count the number of customers having each combination of LastName and FirstName.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Handbook Of Database Security Applications And Trends

Authors: Michael Gertz, Sushil Jajodia

1st Edition

1441943056, 978-1441943057

More Books

Students also viewed these Databases questions

Question

To solve p + 3q = 5z + tan( y - 3x)

Answered: 1 week ago