Computer Science, asked by Anonymous, 1 year ago

Difference between update and ater ?


siddhartharao77: ater?
Anonymous: Alter

Answers

Answered by siddhartharao77
3
Difference between them is:

(1) The update is a DML command, Alter is a DDL Command.

(2) The update modifies the records in the database, alter modifies database schema.


Hope this helps!
Answered by Anonymous
2
✭HERE IS THE DIFFERENCE BETWEEN THE UPDATE AND ATER.



_____________________________________________



1. ALTER is a DDL COMMAND


2. UPDATE IS A DML COMMAND


3. ALTER modified the database schema


4. UPDATE modified the record of database schema.
Similar questions