Determine the output of the below query. SELECT RPAD(ROUND('78945.45'),10,'*') FROM dual;
A. The function RPAD cannot be nested with other functions
B. 78945.45****
C. 78945*****
D. **78945.45
Answer: C. 78945*****
Computer Science & Information Technology
You might also like to view...
You define a hash table so that each location table[i] is itself an array. This array is referred to as a(n)
a. bucket b. bracket c. closet d. shelf
Computer Science & Information Technology
Who is responsible for the establishment of a change management ledger (CML for each controlled product?
A. Quality manager B. Development manager C. Project manager D. Baseline manager
Computer Science & Information Technology