Oracle Database and JDBC Fundamentals
Casual Mode - Take your time!
1 / 20
Correct
0
Incorrect
0
Score
0%
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