Difference between update and ater ?
siddhartharao77:
ater?
Answers
Answered by
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!
(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
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.
_____________________________________________
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