📚 Practice Mode
Oracle Database and JDBC Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
What is the use of reuse storage clause when used with truncate table statement?
- specifies that the empty space created by deleting the records must be retained for this table and should not be used by other tables
- specifies that the empty space created by deleting the records, can be used by other tables.
- specifies that this transaction can be rolled back later
- This clause cannot be used with truncate statement