SQL Reference Contents

NAME

commit - commit the current transaction

SYNOPSIS

commit [transaction|work]

DESCRIPTION

This commands commits the current transaction. All changes made by the transaction become visible to others and are guaranteed to be durable if a crash occurs. commit is functionally equivalent to the end command

SEE ALSO

abort(l) , begin(l) , end(l) , rollback(l) .


Table of Contents