Exam 1z0-071 All QuestionsBrowse all questions from this exam
Question 91

Examine this command:

TRUNCATE TABLE test;

Table truncated.

Which two are true? (Choose two.)

    Correct Answer: D, E

    When you execute the TRUNCATE TABLE command, all rows in the table are removed, and the action cannot be undone using the ROLLBACK command. The table structure, including indexes and constraints, remains intact.

Discussion
lucemqyOptions: DE

DE should be the correct answer

metallersOptions: DE

D y E son correctas.

NelitaOptions: DE

DE ARE CORRECT

Orxan_HOptions: DE

DE are correct

tonII20IIOptions: DE

DE are correct

Rik92Options: DE

DE are correct.

jfc1Options: DE

https://docs.oracle.com/database/121/SQLRF/statements_10007.htm#SQLRF01707 DE is correct answer

BeeshoOptions: DE

DE is correct A. The structure of the TEST table is removed. wrong, only content will get removed B. All the indexes on the TEST table are dropped. indexes will stay C. All the constraints on the TEST table are dropped. wrong D. Removed rows can not be recovered using the ROLLBACK command. true E. All the rows in the TEST table are removed. true

dexdinh91Options: DE

DE are correct

HassanMkhlalatiOptions: DE

The structure of the TEST table is still available. It is dropped only when drop the table

AishMani20

I think instead of TRUNCATE command DROP should be use to get option A and C as answers

kuffOptions: DE

DE is the answer

KlawalOptions: DE

D and E are the correct answers.

pmeyerOptions: DE

"D" and "E" are correct.

AveragenoobOptions: DE

DE Correct Answer

Viviana3184Options: DE

DE is correct

cspro2410Options: DE

DE is correct