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 |
Explain how to close periods in ar. : oracle accounts receivable
WHAT ALL DIFFERENT KIND OF FUNCTIONS AVAILABLE WHILE DESIGN UNIVERSES?
How client makes connection with server in client/server architecture?
while creating requisitions i am unable to see the list of organisation can anyone help me out ?
What is supporting issues GL AP and AR?
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
You have just had to restore from backup and do not have any control files. How would you go about bringing up this database?
which one is currently in used software cmpanies.
Explain the payment term in ar. : oracle accounts receivable
Should you take the backup of Logfiles if the database is running in ARCHIVELOG mode?
What do you mean by Oracle MEDIA RECOVERY?
Why we are using primary key and foreign key in oracle and difference between primary key and foreign key?