Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

From the following tables write a SQL query to list all salespersons along with customer name, city, grade, order number, date, and amount. Condition for

From the following tables write a SQL query to list all salespersons along with customer name, city, grade, order number, date, and amount. Condition for selecting list of salesmen : 1. Salesmen who works for one or more customer or, 2. Salesmen who not yet join under any customer, Condition for selecting list of customer : 3. placed one or more orders, or 4. no order placed to their salesman. image text in transcribed

Sample table: orders (Add this table as well in your database) ord_no purch_amt ord_date customer_id salesman_id 70001 150.5 2012-10-05 3005 70009 270.65 2012-09-10 3001 70002 65.26 2012-10-05 3002 70004 110.5 2012-08-17 3009 70007 948.5 2012-09-10 3005 70005 2400.6 2012-07-27 3007 70008 5760 2012-09-10 3002 70010 1983.43 2012-10-10 3004 70003 2480.4 2012-10-10 3009 70012 250.45 2012-06-27 3008 70011 75.29 2012-08-17 3003 70013 3045.6 2012-04-25 3002 5002 5005 5001 5003 5002 5001 5001 5006 5003 5002 5007 5001

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions