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 |
What is index? How many types of indexes?
if i write the procedure.. and other person make the changes in that code then where i find who is changing my procedure
Can we modify approve purchase order?if yes what is navigation?
whats the difference between join command and Cartesian product using example?
How to clone the database using RMAN back
Could you please let me know the interfaces in OM / FA??
Why more redos are generated when the oracle database is in begin backup mode?
how to get the values if source table & target table having duplicate values that matches the lookup condition ?(i want all duplicate match)
Give the stages of instance startup to a usable state where normal users may access it.
can u pls share responsibilities for production how to environment in odi?and how to generate report ?
When creating a user, what permissions must you grant to allow them to connect to the database?
can u give guidance abt packages of plsql