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
Ad libitum [116K]
3 years ago
5

. Briefly describe an SQL DML statement for changing existing data in a table.

Computers and Technology
1 answer:
bearhunter [10]3 years ago
8 0

Answer:

The Update statement in the DML is used for changing existing data in a table.

Explanation:

Their are following Sql statement in the DML.

Insert

This SQL statement is used for inserting data into the table.

select

This SQL statement is used for retrieving data from database  

update

This SQL statement is used for updating data in a table.

delete

This SQL statement is used for delete data from database .

The "UPDATE" SQL statement in DML is used for Modify the data in the existing table .

Following are the syntax of Update SQL query

Update tablename

set column1=value1,column2=value2............column N=valueN

Where condition;

Example :Suppose we have student table and (rollno,name,age and add) are the field for that table we have to change the address of rollno 105

Then we use update query like that

UPDATE STUDENT

SET add='kalam nagar'

where rollno=105;

You might be interested in
Select the correct answer.
Reil [10]

Answer:

C.

Explanation:

C. Process simulation

7 0
3 years ago
The purpose of the 3030 gas dehydration unit
kozerog [31]

Answer:

Explanation:

Glycol dehydration is a liquid desiccant system for the removal of water from natural gas and natural gas liquids (NGL). It is the most common and economical means of water removal from these streams.[1] Glycols typically seen in industry include triethylene glycol (TEG), diethylene glycol (DEG), ethylene glycol (MEG), and tetraethylene glycol (TREG). TEG is the most commonly used glycol in industry.[1]

8 0
3 years ago
Decrypt this message: P ht uva h zwf
KatRina [158]
Translation: I am a spy
5 0
3 years ago
Which cell has no nucleus ?​
Llana [10]
The answer is Prokaryotic Cell
5 0
3 years ago
Read 2 more answers
What does xhtml stand for?
igomit [66]
Extensible Hypertext Markup Language.
3 0
3 years ago
Read 2 more answers
Other questions:
  • ___ are limited computers because they are placed inside devices which require specific computing functions
    11·1 answer
  • Write the code that creates a public class named Vehicle that has one private data member. The private data member is an integer
    13·1 answer
  • Which part of a computer takes the text and pictures on your screen and prints them onto paper?
    6·1 answer
  • What is data analysing data and give three examples ?​
    9·1 answer
  • Which of the following popular presentation software items do you have to purchase in order to use?
    11·2 answers
  • Hello guys please help me <br>list and identify the components of computer ​
    15·1 answer
  • Question 1 (1 point)
    9·1 answer
  • How Powerpoint is useful in education aspect?
    5·2 answers
  • Which type of relationship is responsible for teaching you values and how to communicate?
    9·1 answer
  • Gaining information by tricking an individual into releasing information is often referred to as.
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!