🎴 Flashcard Mode

Oracle Practice Test - 20

Card1 / 17
Mastered0
Review0
QuestionClick to flip

Which of the following commands will cause an automatic commit to occur?

AnswerClick to flip back
A
RENAME
💡 Explanation:

In Oracle, the RENAME command performs an automatic commit because it is a DDL (Data Definition Language) operation. All DDL commands in Oracle have implicit commit behavior. Other options listed are either DML (INSERT, DELETE) or session commands (CONNECT, SELECT) which do not auto-commit.

Change Mode