write a query that returns first characters of each word in
Oracel/Sql pl sql

Answer Posted / priya

select substr(ename,1,1) from emp;

Is This Answer Correct ?    18 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you select everything, but 1 or 2 fields, without writer's cramp?

688


Why functions are used in sql?

703


what is a composite primary key ? : Sql dba

782


How can check sql version from command line?

719


What is a sql driver?

691






What are the steps for performance tuning.

1034


How do you go back in sql?

697


What are crud methods?

732


What is dml statement?

698


What is an exception in PL/SQL? What are the two types of exceptions?

848


what are all the different types of indexes? : Sql dba

715


What are three advantages to using sql?

730


What is transaction control language (tcl)?

848


which types of join is used in sql widely? : Sql dba

713


Is postgresql a nosql database?

790