which command cannot make permanent changes to the database
Answers
Answered by
32
→Answers :
COMMIT command
COMMIT command is used to permanently save any transaction into the database. When we use any DML command like INSERT , UPDATE or DELETE , the changes made by these commands are not permanent
Answered by
1
Answer:
commit is the command which can make permenent changes
Attachments:
Similar questions