how to display last 5 letters from a name (take emp table
ename )
Answers were Sorted based on User's Feedback
Answer / david
@swati ...
their is no any keyword like "right" as u used in ur
answer's statement......
david
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kd
"select substr(ename,-5)as name from emp " is not right
because you will get no name if the ename is shorter than 5
letters.
right way:
select reverse (substr (reverse(ename), 1, 5))
from emp;
| Is This Answer Correct ? | 0 Yes | 0 No |
types of receipts and detail desription about recipts and tables effected by receipts?
How can you enable a trace for a session?
i am having comm in emp table and i want to display 0 when comm =null and -10 if comm= value
What is the difference between a TEMPORARY tablespace and a PERMANENT tablespace?
A Table has 10,000 records,How can i get latest 10 dates from the table.so that i can only store those 10 records in to my Resultset Object,to reduce load on my app?
what is shared memory?
Explain the process of recievables in oracle financials. : oracle accounts receivable
How I can load an image into image item on Forms. I want to know about built-ins and procedure. and also code for it.
When a user process fails, what background process cleans up after it?
what is sql*loader parameters and where we will use it.
hi iam kavya, i completed Oracle11i(finance module), i do not know how to face the interview questions please adivese me
what are basic modules required to implement oracle application in any oraganisation?