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
IceJOKER [234]
2 years ago
15

Write the UPDATE command to increase the commission (column name :COMM) by 500 of all the salesman who have achieved sales (Colu

mn name : SALES) more than 20000. The table’s name is COMPANY?
Computers and Technology
1 answer:
lara31 [8.8K]2 years ago
4 0

Answer:

UPDATE COMPANY

SET COMM=COMM + 500

WHERE SALES> 20000;

Explanation:

The update command is used for alter the record in the database management system in the table .The update command command modify the record on the some condition in the table in the database management system.

Following are syntax for using the update command .

UPDATE table-name

SET column name 1,column name 2 .........

Where condition

  • In the given question table -name is "COMPANY" the condition is on the sales column and it update the table only when sales is more than 20000 and set the column COMM by 500.
You might be interested in
By default, client DHCPv6 messages are sent using _____ scope. (Points : 3) the anycast address
coldgirl [10]

Answer: Router's prefix

Explanation: DHCPv6 (Dynamic host configuration protocol version 6) is the protocol used for an IPv6(Internet protocol version 6) network's host,prefixes,address and other such configurations.The prefix is used for sending the messages of DHCPv6 in the default situation.

In default situation the prefix acts as the cluster of the IP address and thus sends the the message to the destination using the address. Other options are incorrect because anycast address, local link and  FF02::0A does not transmit the message in the default situation.Thus the correct option is router's prefix.

7 0
3 years ago
How we use an array in c programme
Virty [35]
For storing collection of elements of same data type
8 0
2 years ago
What is the main difference between inserting header/footer in excel and word?​
Zepler [3.9K]

Answer:

Header is at the top of the page and used for epicas and titles, while footers at the bottom are used for footnotes or page number

7 0
2 years ago
Susan is taking a French class in college and has been asked to create a publication for her class. What feature can she
Whitepunk [10]

Answer:

Essayons

Explanation:

3 0
2 years ago
Read 2 more answers
A ground fault circuit interrupter (GFCI) works by comparing the amount of Trent going to and returning from equipment along the
Marianna [84]

It will trip off, removing power from the load.

5 0
3 years ago
Other questions:
  • What is the best overall approach to education and career development for IT professionals?
    14·1 answer
  • Filtering removes data from the spreadsheet. A. True B. False
    9·2 answers
  • Computer maker Dell realized the problems with keeping large inventories, especially because of the fast rate of obsolescence of
    7·1 answer
  • Which of the following STEM discoverers developed a new type of computer hardware?
    11·1 answer
  • The roll out, roll in variant of swapping is used ____."
    8·1 answer
  • The icon below represents the ____________.
    8·1 answer
  • Susan is working with an IT company. She has been asked to make sure that all of the functions in the company are in place and p
    12·1 answer
  • In ipv6, what field is used to indicate what sequence of packets from one source to one or multiple destinations a packet belong
    7·1 answer
  • Do warnings ever expire?
    9·2 answers
  • The BaseballPlayer class stores the number of hits and the number of at-bats a player has. You will complete this class by writi
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!