Which three tasks can be performed using SQL functions built into Oracle Database?
A.
Displaying a date in a nondefault format
B.
Finding the number of characters in an expression
C.
Substituting a character string in a text expression with a specified string
D.
Combining more than two columns or expressions into a single column in the output
Explanation:
You can’t combining more than two columns into a single columns in the output with function builds by Oracle.
Yes. D is wrong. The CONCAT function can combine only two columns. However, we can concatenate more than two column by using ||.
How come? Can’t you just use CONCAT(str1,CONCAT(str2,str3))?
Hi Guys,
I’m doing preparation for Oracle Database 12c: sql fundamentals, so i have need some dump copies for it. if you guys have any idea about Oracle Databse 12c: sql fundamentals then please send me at [email protected] ..
Thanks,
Amit