Multiple choice technology databases

Which Command will bounce the database, that is shut down and start the database in one command

  1. STARTUP FORCE

  2. SHUTDOWN FORCE

  3. SHUTDOWN START

  4. No single command available

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

STARTUP FORCE performs a SHUTDOWN ABORT followed by a STARTUP, effectively bouncing the database in a single command. It terminates any existing operations and restarts the database immediately.