Question

*SI schema contains customers that have bought one or more vehicles. They can be classified using...

*SI schema contains customers that have bought one or more vehicles.
They can be classified using the following criteria:
Customers that have bought only one car (one-time buyer)
Customer that have bought two cars (two-time buyer)
Customers that have bought more than two cars (frequent buyer)
Using a SINGLE SELECT statement, display a list of customers with
their names and what type of buyer they are for all those customers
that have bought Mercedes car makes.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer:

SELECT name, type_of_buyer

FROM SI

WHERE car_make = 'Mercedes';

Here, name represents the name of customer column in table.

type_of_buyer represents the criteria of classification in table.

SI is the table name

car_make is column which represent car makes.

Add a comment
Know the answer?
Add Answer to:
*SI schema contains customers that have bought one or more vehicles. They can be classified using...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • SQL MS Acess 1. Display cid, clast, and cfirst for customers whose (last name starts with...

    SQL MS Acess 1. Display cid, clast, and cfirst for customers whose (last name starts with a “D” and has a “v” in the third position) or (first name ends with an “a”). 2. Display all the columns in Invoice for those invoices that have less than the average iprice. 3. Display all the columns in Customer for those customers who purchased a vehicle that has the same date value in icontract and isold. In other words, customers who signed...

  • Can someone who knows how to draw data model on mySQL help me out? Budget car...

    Can someone who knows how to draw data model on mySQL help me out? Budget car rental company has offices located across the continental USA. They would like to track the local address ( all pieces address, state, city, zip),and the contact phone number for that office location. They would also like information about employees working at that office including their names, date of birth, start of employment, contract phone number, and roles. Offices typically have more than one employee...

  • AUTOMAKERS BECOME SOFTWARE COMPANIES which does not exist as of yet. Ford has doubled its ways for vehicles to commu...

    AUTOMAKERS BECOME SOFTWARE COMPANIES which does not exist as of yet. Ford has doubled its ways for vehicles to communicate with one another industry is working on technology that will allow Automakers are finding that software is a way of adding more "value" and freshness to their products now devote resources to updating and testing their production. It takes Ford Motor Company, for exam updated saftware to their customers. Car companies ple, about two and a half years to plan,...

  • What's Next? Will sharing replace owning? In much of the United States and Europe customers have...

    What's Next? Will sharing replace owning? In much of the United States and Europe customers have long viewed car ownership as a necessity. That is starting to change with evolving needs, attitudes, and life styles. Whether seeking a simpler life, a desire to save the planet, or just plain economics, many consumers are be- coming more comfortable with car sharing There is an economic case for turning in the keys Monthly payments, insurance, parking, gas, depreciation, and maintenance add up...

  • For Java Program In this lab you will gain experience using all the concepts we learned...

    For Java Program In this lab you will gain experience using all the concepts we learned to this point, which include classes, methods, collections, and file input/output. Also, you will gain experience in team programming. This assignment will be completed by teams of 2. Each member must complete an equal amount of the work in order to receive credit for this assignment. You must write the programmer’s name in a comment for each method you write. You need to create...

  • From Janis Joplin to Jay-Z, The Eagles to Outcast, Kanye West to Mariah Carey, generations of...

    From Janis Joplin to Jay-Z, The Eagles to Outcast, Kanye West to Mariah Carey, generations of singers and songwriters have been inspired to mention Mercedes-Benz in their lyrics. Whether the brand offers a dreamed-of aspiration that they hope to access someday, or a signal of their wealth and power, Mercedes appeals to the musicians as well as their audiences. When lyricists beg for a Mercedes, or brag about how many sit in their garages, listeners around the world know exactly...

  • QUESTION 1 Customers arrive at a hair salon according to a Poisson process with an average of 1...

    QUESTION 1 Customers arrive at a hair salon according to a Poisson process with an average of 16 customers per hour. Which of the following is most likely true, based on this information: a. The hair salon serves customers on a walk-in basis (rather than by appointment times) b. If 10 customers arrive in the first hour, it is likely that 22 customers will arrive in the next hour. c. If the salon can serve an average of 20 customers...

  • Hi, please read the entire problem. I need help with the BusOrder class and test for...

    Hi, please read the entire problem. I need help with the BusOrder class and test for it. In Java you will require the use of loops and decisions for the following scenario: Pretty Vehicles (PV) is a vehicle company that makes four different types of vehicles: cars, buses, motorcycles, and vans. Their management team got together and decided that you start working on a more serious software for their most profitable vehicles first - Cars and Busses. Your job now...

  • This case is in the book, Operations and Supply Chain Management. I need everyone to help...

    This case is in the book, Operations and Supply Chain Management. I need everyone to help me. thank you so much! 36 44 32 20 24 28 8 12 16 On March 31, 2016, Tesla Motors announced the release of its new Model 3 electric oar. Over 276,000 people from around the world put down $1,000 reservations for the car within three days. First deliveries of the car are expected in late 2017. The innovative new car is a follow-up...

  • Python 3 Problem: I hope you can help with this please answer the problem using python...

    Python 3 Problem: I hope you can help with this please answer the problem using python 3. Thanks! Code the program below . The program must contain and use a main function that is called inside of: If __name__ == “__main__”: Create the abstract base class Vehicle with the following attributes: Variables Methods Manufacturer Model Wheels TypeOfVehicle Seats printDetails() - ABC checkInfo(**kwargs) The methods with ABC next to them should be abstracted and overloaded in the child class Create three...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT