nerdexam
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

1Z0-882 question #58 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)
  • A
    74% (14)
  • B
    16% (3)
  • C
    5% (1)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-882 Practice