What will be the outcome of the following query? SELECT FLOOR(2.7) FROM dual;
A. 2.8
B. 2.6
C. 3
D. 2
Answer: D. 2
Computer Science & Information Technology
You might also like to view...
When a FileStream object is opened, the file-position pointer is _________.
a) set to Null b) set to 0 c) needs to be explicitly created d) set to the end of the file
Computer Science & Information Technology
The classpath consists of a list of directories or archive files, each separated by a ________ on Windows or a ________ on UNIX/Linux/Max OS X.
a. colon (:), semicolon (;). b. semicolon (;), colon (:). c. comma (,), semicolon (;). d. semicolon (;), comma (,).
Computer Science & Information Technology
How many items can be added into a ComboBox object?
a. 0 b. 1 c. 2 d. Unlimited
Computer Science & Information Technology
An AVL tree is a search tree in which the heights of the subtrees differ by no more than ____.
A. 0 B. 1 C. 2 D. 3
Computer Science & Information Technology