Multiple Choice
Which of the following statements is correct?
A) The columns will be listed in the results in the same order they are listed in the SELECT clause of the SELECT statement.
B) The columns will be listed in the results in the same order they are stored in the database table.
C) Numeric columns are listed first in the output,followed by character columns.
D) Character columns are listed first in the output,followed by numeric columns.
Correct Answer:

Verified
Correct Answer:
Verified
Q111: By default,data within a numeric column is
Q112: SQL*Plus can only be accessed via an
Q113: The SELECT clause of the SELECT statement
Q114: If you assign a column alias to
Q115: By default,data within a character or data
Q116: A SELECT statement is also referred to
Q117: Choosing specific columns to be displayed by
Q118: Structure of the ORDERS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q120: A string literal must be enclosed in
Q121: A double backslash (\\)is used to indicate