13. Display the second to fifth characters in each client name.
Answer Posted / nanne
SELECT SUBSTR(ENAME, 2, 4), ENAME FROM EMP;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between post-database commit and post-form commit?
What are the extensions used by oracle reports?
How to bring a tablespace online?
What is the quickest way to export a table to a flat file?
What is an anonymous block?
What is a table in oracle?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
What is redo log?
what is the difference between substr and instr function in oracle?
How to establish administrator authentication to the server?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
How much memory your 10g xe server is using?
What is meant by joins?
Explain the difference between sql and oracle?
What is the oracle implicit cursor?