1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
german
2 years ago
10

Write an SQL statement to show the sum of SubTotal for each customer. List CustomerID, LastName, FirstName, Phone, and the calcu

lated result. Name the sum of SubTotal as SumOfSubTotal and sort the results by CustomerID, in descending order.
Computers and Technology
1 answer:
Karolina [17]2 years ago
8 0

An SQL statement to show the sum of SubTotal for each customer Using the SELECT Statement in SQL. The SQL "SELECT" declaration is the expression used to retrieve facts from the database.

<h3>What is an instance of an SQL declaration?</h3>

An SQL SELECT declaration retrieves information from a database desk in line with clauses (for instance, FROM and WHERE ) that designate criteria.

  1. SELECT column1, column2 FROM table1, table2 WHERE column2='value';
  2. Start your question with the choose declaration. choose [all | distinct] .
  3. Add area names you need to display. field1 [,field2, 3, 4, etc.] ...
  4. Add your declaration clause(s) or choice criteria. Required: ...
  5. Review your chosen declaration. Here's a pattern declaration
  6. You can retrieve facts from simply one desk or several. To get started, it is satisfactory to retrieve facts from one desk and discover ways to be a part of tables later.

Read more about the SQL statement :

brainly.com/question/25694408

#SPJ1

You might be interested in
Which magazine introduced the first microcomputer kit for the mits altair in its january 1975 issue?
Tcecarenko [31]

Answer:

Popular Electronics  is the correct answer.

Explanation:

It is the first magazine that released in the year 1975, Jan. The following magazine is about the initial microcomputer kit which for the Mits Altair.

So, that's why the following answer is not false because it is the first magazine that released the article about the following microcomputer kit that is update on the cover of the magazine.

6 0
3 years ago
What will be returned when the following SQL statement is executed?
ycow [4]

Answer:

b) A listing of each driver as well as the number of deliveries that he or she has made

Explanation:

SQL which stands for Structured Query Language. and an SQL statements are used in performing tasks such as to update data on a database, or retrieve data from a database. Some of the popular relational database management systems that use SQL are: Sybase, Oracle, Microsoft SQL Server, Ingres, Access, etc.

3 0
3 years ago
Read 2 more answers
You want to discard your old computer and want to securely erase the data from your hard drive. What can you use to do this and
qwelly [4]
Go here this should help bunches!
http://www.microsoft.com/security/online-privacy/safely-dispose-computers-and-devices.aspx
Hope this website helps!
5 0
3 years ago
Which of the following scenarios describes an IT professional using the Internet and computer system access in an unprofessional
pantera1 [17]

Answer:

All of the above

Explanation:

6 0
3 years ago
4.2.5 codehs text messages answer
N76 [4]

Answer:

public class TextMessage

{

   private String message;

   private String sender;

   private String receiver;

   

   public TextMessage(String from, String to, String theMessage)

   {

       sender = from;

       receiver = to;

       message = theMessage;

   }

   

   public String toString()

   {

       return sender + " texted " + receiver + ": " + message;

   }

}

4 0
2 years ago
Other questions:
  • Question: Henry wants to change the configuration information of an application. Which file should Henry edit to change this inf
    15·1 answer
  • According to the family life course development framework, the __________ stage of the family life cycle comes to an end with th
    7·1 answer
  • Consider the following class definitions. public class BClass { private int x; public void set(int a) { x = a; } public void pri
    11·1 answer
  • How to cancel branly subscription??​
    8·1 answer
  • What are the purposes of a good web page design?
    9·2 answers
  • HURRY please!!!!
    13·1 answer
  • Question 3 10 points Save Answer Many companies in the computer industry introduce new products and services frequently in an at
    7·1 answer
  • Which of the following statements is TRUE of a peer-to-peer network?
    10·1 answer
  • What line of business (L'Oréa)?​
    8·2 answers
  • SINCE I CANT SEE IT KANG LOOK
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!