0
What is sql>commit; can anybody explain
2 Answers
+ 1
comitt is we can undo last action on work
eg.you delete your records the we use commit then he work restoring your details
0
Commit is part of the keywords use under sql topic called transaction to submit your query for execution. You can read up on transaction in sql