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
How to run create database statement again?
How to create a new table in oracle?
How to create a table interactively?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
What is an oracle transaction?
How to shutdown your 10g xe server from command line?
What is concurrency in oracle?
What are the extensions used by oracle reports?
How to use attributes of the implicit cursor in oracle?
What are privileges and grants?
How to export several tables together?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
List out the components of logical database structure of oracle database.
How to change program global area (pga) in oracle?
How to commit the current transaction in oracle?