Oracle
1Z0-882 · Question #58
Consider the table structure shown by this output: Mysql> desc city: 5 rows in set (0.00 sec) You execute this statement: SELECT -,-, city. * FROM city LIMIT 1 What is returned?
The correct answer is A. An error message. See the full explanation below for the reasoning.
Question
Consider the table structure shown by this output:
Mysql> desc city:
5 rows in set (0.00 sec) You execute this statement:
SELECT -,-, city. * FROM city LIMIT 1 What is returned?
Exhibit
Options
- AAn error message
- BOne row with 5 columns
- COne row with 10 columns
- DOne row with 15 columns
How the community answered
(19 responses)- A74% (14)
- B16% (3)
- C5% (1)
- D5% (1)
Community Discussion
No community discussion yet for this question.
