Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Refer to the following tables then answer the questions that follow. Table 1 Publisher: table [ [ pub _ _ D , pub _

Refer to the following tables then answer the questions that follow.
Table1 Publisher:
\table[[pub__D,pub_name,address,city,state],[736,New Age Books,41st Ave.,Boston,MA],[877,Binnet&Barney,2334 rd St.,Washington,DC],[1389,,,,]]
Table 2 Titles:
\table[[Title_ID,fitle,cat,Pub_10,price],[2091,is anger the enemy,psychology,0736,10.00],[2106,Life without fear,psychology,0736,7.00],[1035,alien,sci-fi,1389,19.99]]
SOL query 1:
SELECT pub_10, pub_name
FROM publisher
WHERE state NOT IN ('MA'"IL') AND pub_name NOT UKE 'AS'
Sal query 2 :
SELECT cat, AVG(price) AS Average Price, SUM (price + price 0.2) AS TotalPrice
FROM titles
GROUP BY cat:
Show the data output produced when each of the following sal queries are executed.
image text in transcribed

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

Question

What do you understand with the term 'gross working capital'?

Answered: 1 week ago

Question

Recognize and describe the steps in the recruiting process

Answered: 1 week ago

Question

Appreciate the contribution made by a positions incumbent

Answered: 1 week ago

Question

Know how to conduct a position analysis

Answered: 1 week ago