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 merge statement used for?
What is Data Dictionary Cache in Oracle?
How to assign values to data fields in record variables?
What is the difference between pre-select and pre-query?
How to get last row id?
What is a table in oracle?
Why packages are used in oracle?
how may join possible between (requisition with purchase order)
How to use group functions in the select clause using oracle?
Can select statements be used on views in oracle?
What are nested tables?
Explain drop constraint oracle?
What is the difference between hot backup and cold backup in oracle?
How to see the table columns used in an index?
How to load data from external tables to regular tables?