Wednesday, 15 April 2015

What is difference between update and alter query?

Answer:- ALTER is a DDL (Data Definition Language) statement. Whereas UPDATE is a DML (Data Manipulation Language) statement. One is used to update the structure of the table (add/remove field/index etc). Whereas UPDATE is used to update data.

No comments:

Post a Comment