13. Display the second to fifth characters in each client name.
Answer Posted / devraj
Select Substr(ename, 2,4), ename From emp;
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is ADDM Advisor in Oracle?
Difference between the “verify” and “feedback” command?
Give syntax for SQL and ORACLE joins.
WHAT IS ecc 6.0
What are the restrictions in a oracle read only transaction?
What is the difference between formal parameters and actual parameters?
What is bulk copy or bcp in oracle?
Difference between hot backup vs. Cold backup?
How to create a new table by selecting rows from another table?
How do I limit the number of oracle database connections generated by weblogic server?
Explain overloading. Can functions be overloaded?
What is private procedure oracle?
How to put more than 1000 values into an oracle in clause?
How to create a stored function in oracle?
How to best split csv strings in oracle 9i?