Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an SQL query for the following: Customers with low annual income or poor credit ratings often have trouble qualifying for credit. A new, local

  1. Create an SQL query for the following:
  2. Customers with low annual income or poor credit ratings often have trouble qualifying for credit. A new, local credit agency may be better able to serve this market segment than the current options can. The manager would like to talk to a few salespeople who have had the most encounters with these customers. Create a list that shows each salesperson (first and last name) and the number of encounters each has had with customers that have an annual income of $25,000 or less or have a credit description that is Very Poor or Extremely Poor. Order the results alphabetically by the salespersons last name. Your query should have three columns: sFirstName, sLastName, encounter_count.image text in transcribed
Customer Encounter CreditRating 7 CreditID CreditDescription MinFICO MaxFICO Comments * Customer CFirstName CLastName CPhone AnnualIncome CreditID * EncID SalesID Customer EncDate Purchase Sales Person Y SalesID SFirstName SlastName SHireDate Salary

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

Practical Oracle8I Building Efficient Databases

Authors: Jonathan Lewis

1st Edition

0201715848, 978-0201715842

Students also viewed these Databases questions

Question

How many multiples of 4 are there between 10 and 250?

Answered: 1 week ago

Question

What is DDL?

Answered: 1 week ago