Oracle
1Z0-071 · Question #435
You create a table named 123. Which statement runs successfully?
The correct answer is D. SELECT * FROM '123'. See the full explanation below for the reasoning.
Question
You create a table named 123. Which statement runs successfully?
Options
- ASELECT * FROM TABLE(123);
- BSELECT * FROM "123";
- CSELECT * FROM '123';
- DSELECT * FROM '123';
How the community answered
(48 responses)- A4% (2)
- B4% (2)
- C10% (5)
- D81% (39)
Community Discussion
No community discussion yet for this question.