8. SQL statement: SELECT ROUND (554.356, 2), ROUND (554.356, -1), ROUND (554.356, 2) FROM DUAL; will produce the following output respectively. А. ROUND (554.356, 2) ROUND (554.356, -1) ROUND (554.356, -2) 554.36 550 600 ROUND (554.356, 2) ROUND (554.356, -1) ROUND (554.356, -2) 554.35 550 600 С. ROUND (554.356, 2) ROUND (554.356, -1) ROUND (554.356, -2) 554.36 554 500 D. ROUND (554.356, 2) ROUND (554.356, -1) ROUND (554.356, -2) 554.36 550.356 600.356 B.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section4.1: Selection Criteria
Problem 3E
icon
Related questions
Question
8. SQL statement:
SELECT ROUND (554.356, 2), ROUND (554.356, -1), ROUND (554.356, -
2)
FROM DUAL;
will produce the following output respectively.
А.
ROUND (554.356, 2)
ROUND (554.356, -1)
ROUND (554.356, -2)
554.36
550
600
В.
ROUND (554.356, 2)
ROUND (554.356, -1)
ROUND (554.356, -2)
554.35
550
600
С.
ROUND (554.356, 2)
ROUND (554.356, -1)
ROUND (554.356, -2)
554.36
554
500
D.
ROUND (554.356, 2)
ROUND (554.356, -1)
ROUND (554.356, -2)
554.36
550.356
600.356
Transcribed Image Text:8. SQL statement: SELECT ROUND (554.356, 2), ROUND (554.356, -1), ROUND (554.356, - 2) FROM DUAL; will produce the following output respectively. А. ROUND (554.356, 2) ROUND (554.356, -1) ROUND (554.356, -2) 554.36 550 600 В. ROUND (554.356, 2) ROUND (554.356, -1) ROUND (554.356, -2) 554.35 550 600 С. ROUND (554.356, 2) ROUND (554.356, -1) ROUND (554.356, -2) 554.36 554 500 D. ROUND (554.356, 2) ROUND (554.356, -1) ROUND (554.356, -2) 554.36 550.356 600.356
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr