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
Luden [163]
2 years ago
7

write query for all products reutrn product name with its amounts due, paid, canceled, and refunded, order the result by product

name ascending
Computers and Technology
1 answer:
spayn [35]2 years ago
8 0

Answer:

SELECT product_name, amount_due, amount_paid,

              cancelled, amount_refunded

   FROM products

ORDER BY product_name ASC;

Explanation:

SQL (Structured Query Language ) was used above.

The SELECT command is used to list all the variables we want in our output.

The FROM command signifies the location.

ORDER BY command ensures that your result is ordered

ASC means Ascending Order.

; signifies the end of the query.

NOTE: Underscores were used because variables cannot be written with spaces between them

You might be interested in
James would like to send a document he has saved on the hard drive to coworkers and Ireland Brazil and India. These coworkers ha
frozen [14]
Email the document to them ?

8 0
3 years ago
Read 2 more answers
How did sea lamprey get here
maw [93]
Reproduction. One layed some eggs then another and another and then BOOM here they are.
6 0
2 years ago
True or False. A list can have only the same data type values.
shepuryov [24]

the answer its false.

hope this helps

6 0
2 years ago
One of the biggest changes to the usability of the Internet for people was the ability to use an easy way to remember site addre
denpristay [2]
This is the anwer 
D) ICANN :)
8 0
3 years ago
What is maximum number of colors that can be reproduced bu a standard 4 color printing press
telo118 [61]

Explanation:

Did you search the internet

7 0
3 years ago
Other questions:
  • Which of the following will most likely result in a decrease in population?
    11·2 answers
  • ___ are controls through which a user can enter input data in a gui application. answer
    10·1 answer
  • O novo funcionário da equipe de desenvolvimento de sistemas está aprendendo os termos mais utilizados no dia a dia da empresa. A
    7·1 answer
  • What acronym describes networked devices that contain microcomputers but are not thought of as computing devices, such as refrig
    9·1 answer
  • Word can store a maximum of how many documents in its Recent Documents area? five ten fifteen twenty
    8·1 answer
  • What's the difference between natural systems and man made systems <br>​
    8·1 answer
  • What are the main components of a desktop PC and briefly describe their purposes.​
    14·1 answer
  • What is 2D thinking and 3D thinking? i literally don't understand
    6·1 answer
  • The memory used by the CPU to temporarily hold data while processing is called _______. random access memory central processing
    5·1 answer
  • What is the abuse of electronic messaging systems to indiscriminately send unsolicited bulk messages, many of which contain hoax
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!