Oracle Database SQL — Question 72

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

Answer options

Correct answer: A, D, F

Explanation

The correct answers are A, D, and F because the DESCRIBE command can indeed be executed in SQL Developer, shows NOT NULL constraints, and can display the structure of views. Options B and C are incorrect as DESCRIBE does not provide a comprehensive list of all constraints for each column.