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
Where is the export dump file located?
What is proxy method?
How to define an anonymous procedure without variables?
How to assign a tablespace to a users in oracle?
How to display row numbers with the records?
What is the best way to do multi-row insert in oracle?
how can we store any pdf file in oracle
What is pragma autonomous transaction in oracle?
How to start a new transaction in oracle?
What is a table index in oracle?
What is merge statement used for?
What is merge in oracle?
What is the order of defining local variables and sub procedures/functions?
What are the different types of database objects?
What do you know about normalization? Explain in detail?