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

what is shell?

2 Answers   Microsoft,


How do I reset a sequence in oracle?

1 Answers  


How to save query output to a local file?

1 Answers  


please explain.. DB architecture ...

1 Answers  


what is the difference between data migration and production migration.

1 Answers  


Explain the use of show option in imp command.

1 Answers  


Please explain oracle data types with examples?

1 Answers  


Maximum how many triggers can be updated in table ?

5 Answers   Accenture, Cap Gemini,


What is an Oracle sequence?

1 Answers  


What is an oracle database?

1 Answers  


Why do we need integrity constraints in a database?

1 Answers  


Explain oracle data types with examples?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)