how to display last 5 letters from a name (take emp table
ename )
Answer Posted / 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 |
Post New Answer View All Answers
What is the mandatory setup in cyclecount ?
i am pursuing mca and i want to do oracle apps technical in hydrabad, plz guide me tne best institue in hydrabad those have excellent knowledge in oracle apps.
What is the meaning of "Modulus" and "Alignment" in a datafile. Data file might be from any database. Data file is created through unloading data from a table. So, while loading this data into my table, I need to use these keywords. Could any one can help me regarding this?
What is chargeback invoice? How do we create it? : oracle accounts receivable
My requirement is like in database some defects are present and i need to clean them.To be brief for example every employee should have active assigments.So for those records which are not having status as active or null ,i need to update the roecords using API with the correct value. Client will provide a flat file for the records whch are defected.So i need to run the API for those records (flat file)and update the data in database. So my question is how to handle this requirement.Is there any existing API for this purpose?If yes then please send me the NAME. How to update the records in the database using flatfile. Any pointer will be appreciated.Thanks in advance.
hi iam kavya, i completed Oracle11i(finance module), i do not know how to face the interview questions please adivese me
what is difference between inner join & nested query or subqueries
A scenario for amount correction & how to use amount correction functionality in AP invoices
How many segment are present in Oracle Manufacturing
What is mrc and what is its use? : oracle accounts receivable
1)After defining value set we define list of values, I need to enter 1000 values with out entering manually, how will you do that? 2)what are the parameters we use in a concurrent program? 3)what is payroll processing? 4)In organization window after defining an organization and organization classification how to create a new item in the others button? 5)If there are 10 users, How to restrict the selected users not to access the forms?
What is an Oracle database Full Backup?
What is supporting issues GL AP and AR?
Difference between negative and positive adjustments : oracle accounts receivable
please send me oracle pl/sql exp resume. and also faqs...