Multiple choice technology databases

If you use the CREATE DATABASE statement on an existing database, all data in the datafiles will be lost

  1. True

  2. False

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

Using the CREATE DATABASE statement on an existing database will overwrite the control files and initialize new datafiles, causing all existing data in those datafiles to be lost.