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
Explain an extent?
How to see free space of each tablespace?
Why do you create or replace procedures rather that drop and recreate.
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
how can db_files > maxdatafiles since db_files is for instance and the later is for database
What is object data modeling?
Can multiple columns be used in group by in oracle?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
Describe the types of sub query?
What is meant by joins?
What are the differences between char and varchar2 in oracle?
Point out the difference between user tables and data dictionary?
Can group functions be mixed with non-group selection fields?
What privilege is needed for a user to create tables in oracle?
Is postgres faster than oracle?