Oracle
1Z0-882 · Question #41
Which two can be used to obtain information stored in the Diagnostics Area?
The correct answer is A. SHOW WARNINGS B. GET DIAGNOSTICS CONDITION 1 @errno=MYSQL_ERRNO, @msg =MESSAGE_TEXT. See the full explanation below for the reasoning.
Question
Which two can be used to obtain information stored in the Diagnostics Area?
Options
- ASHOW WARNINGS
- BGET DIAGNOSTICS CONDITION 1 @errno=MYSQL_ERRNO, @msg =MESSAGE_TEXT;
- CSELECT ERRNO, MESSAGE_TEXT FROM
- DSHOW GLOBAL STATUS LIKE `Diagnostics'
How the community answered
(45 responses)- A73% (33)
- C18% (8)
- D9% (4)
Community Discussion
No community discussion yet for this question.