Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Query 1 Write a SQL query that returns the service ID, service description, how many times the service was done (total service count) Use aliases

Query 1

Write a SQL query that returns

the service ID,

service description,

how many times the service was done (total service count)

Use aliases where appropriate

Order the result

Query 2 Write a query that returns

the name of the customer

and the number of orders placed

Use aliases where appropriate

Order the result

Query 3image text in transcribed Write a query that determines

how many payment records exist for each payment type (# visa, MC, checking etc).

Display the payment type and the count

Use aliases where appropriate

Order the result

\begin{tabular}{|l|l|} \hline \multicolumn{2}{|c|}{ LOCATION } \\ \hline PK & LocationID \\ \hline & LocStreetNum \\ LocStreetName \\ LocCity \\ LocState \\ LocZip \\ LocEmail \\ LocPhone \\ CreatedDate \\ \hline \end{tabular} \begin{tabular}{|l|l|} \hline \multicolumn{2}{|c|}{ INVOICE } \\ \hline PK & InvoicelD \\ \hline FK & CustomerlD \\ FK & OrderID \\ FK & EmployeelD \\ & SubTotal \\ TaxAmount \\ TotalAmount \\ InvoiceDate \\ \hline \end{tabular} \begin{tabular}{|l|l|} \hline \multicolumn{2}{|c|}{ CATEGORY_SVC } \\ \hline PK & CategoryID \\ \hline & CategoryName \\ \hline \end{tabular}

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

More Books

Students also viewed these Databases questions