Oracle Database Administration I — Question 12

Which three statements are true about the DESCRIBE command? (Choose three.)

Answer options

Correct answer: B, C, D

Explanation

The correct answers are B, C, and D because the DESCRIBE command can indeed be executed in SQL Developer, shows NOT NULL constraints, and reveals the structure of views. Options A and E are incorrect as they pertain to specific constraints that are not displayed by the DESCRIBE command, and option F is wrong since the command is not limited to SQL*Plus.