13. Display the second to fifth characters in each client name.
Answer Posted / devraj
Select Substr(ename, 2,4), ename From emp;
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the components of logical database structure in oracle database?
How to add a new column to an existing table with a default value?
What are set operators?
How to empty your oracle recycle bin?
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
What is recovery manager(rman) backup in Oracle?
When do we use group by clause in a sql query?
How to see free space of each tablespace?
Explain an extent?
How does the on-delete-cascade statement work?
What is save point in oracle database?
What are internal user account in oracle?
How are extents allocated to a segment?
what's query optimization and without use of IN AND Exist can we get another way data from query
What is ASM (Automatic Storage Management) in Oracle?