13. Display the second to fifth characters in each client name.

Answers were Sorted based on User's Feedback



13. Display the second to fifth characters in each client name...

Answer / devraj

Select Substr(ename, 2,4), ename From emp;

Is This Answer Correct ?    9 Yes 0 No

13. Display the second to fifth characters in each client name...

Answer / nanne

SELECT SUBSTR(ENAME, 2, 4), ENAME FROM EMP;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

how can find the second max sal for every group(i.e i want group the data based on key and find the second max sal for every group

2 Answers   Verizon,


difference between bind variable and variable

1 Answers   Attra,


What is MTTR advisor in Oracle?

0 Answers   MCN Solutions,


How you open and close a cursor variable.Why it is required?

2 Answers  


How to export your own schema?

0 Answers  






How would you begin to troubleshoot an ORA-3113 error?

0 Answers  


How to get maxsal , minsal, ename department wise in single query

0 Answers  


What is the difference between pre-select and pre-query?

0 Answers  


DBMS vs. RDBMS

2 Answers   TCS,


What is a package in oracle?

0 Answers  


if you ctreate table identity

0 Answers  


What is a private synonym?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)