exam questions

Exam 1z0-051 All Questions

View all questions & answers for the 1z0-051 exam

Exam 1z0-051 topic 1 question 1 discussion

Actual exam question from Oracle's 1z0-051
Question #: 1
Topic #: 1
[All 1z0-051 Questions]

Evaluate the SQL statement:
TRUNCATE TABLE DEPT;
Which three are true about the SQL statement? (Choose three.)

  • A. It releases the storage space used by the table.
  • B. It does not release the storage space used by the table.
  • C. You can roll back the deletion of rows after the statement executes.
  • D. You can NOT roll back the deletion of rows after the statement executes.
  • E. An attempt to use DESCRIBE on the DEPT table after the TRUNCATE statement executes will display an error.
  • F. You must be the owner of the table or have DELETE ANY TABLE system privileges to truncate the DEPT table
Show Suggested Answer Hide Answer
Suggested Answer: ADF 🗳️
A: The TRUNCATE TABLE Statement releases storage space used by the table,
D: Can not rollback the deletion of rows after the statement executes,
F: You must be the owner of the table or have DELETE ANY TABLE system privilege to truncate the DEPT table.
Incorrect answer:

Cis not true -

Dis not true -

Eis not true -
Refer: Introduction to Oracle9i: SQL, Oracle University Study Guide, 8-18

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
alansari
2 months ago
Selected Answer: ADF
A - because it deletes all data from table and do auto-commit. D - due to its auto-commit, it can't be rollback F - You must have rights to delete or truncate table.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago