subject

Write a select statement that returns three columns: emailaddress, orderid, and the order total for each customer. to do this, you can group the result set by the emailaddress and orderid columns. in addition, you must calculate the order total from the columns in the orderitems table. write a second select statement that uses the first select statement in its from clause. the main query should return two columns: the customer’s email address and the largest order for that customer. to do this, you can group the result set by the emailaddress column.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:20
Your program will make use of long long int variables for all calculations. note: the use of long long int requires that you have c++11 support. you should have this automatically if you are using a newer version of visual studio. the support is there for gcc as well, but you may need the -std=c++11 or -std=c++0x compiler flag. you first need to read in the total number of seconds. there is no prompt for the read (that is, you just do the cin without using a cout to display a prompt). this is going to seem a little strange when you are running your program in your ide
Answers: 2
question
Computers and Technology, 22.06.2019 08:00
Two technicians are discussing the common u-joint. technician a says its input and output speeds should be equal. technician b says that it normally has two yokes. which technician is correct?
Answers: 1
question
Computers and Technology, 22.06.2019 09:00
Meenu wants to create a high quality drawing in a variety of colours. which device should she use for the same?
Answers: 1
question
Computers and Technology, 22.06.2019 21:00
Write a method so that the main() code below can be replaced by the simpler code that calls method original main(): public class calcmiles { public static void main(string [] args) { double milesperhour; double minutestraveled; double hourstraveled; double milestraveled; milesprhour = scnr.nextdouble(); minutestraveled = scnr.nextdouble(); hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; system.out.println("miles: " + milestraveled); } }
Answers: 2
You know the right answer?
Write a select statement that returns three columns: emailaddress, orderid, and the order total for...
Questions
question
Mathematics, 12.05.2021 15:40
question
Mathematics, 12.05.2021 15:40
question
Mathematics, 12.05.2021 15:40
question
Mathematics, 12.05.2021 15:40
Questions on the website: 13722365