Hindi, asked by mithsimahant, 6 months ago

The UPDATE SQL Clause can-​

Answers

Answered by sm1866795
6

Answer:

What does the ALTER TABLE Clause do ?

Explanation:

The ALTER TABLE statement is used to add, delete, or modify column.

The SQL UPDATE Query is used to modify the existing records in a table. You can see WHERE clause with UPDATE Query to update selected rows otherwise all the rows would be affected.

Similar questions