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
Can you select everything, but 1 or 2 fields, without writer's cramp?
Why functions are used in sql?
what is a composite primary key ? : Sql dba
How can check sql version from command line?
What is a sql driver?
What are the steps for performance tuning.
How do you go back in sql?
What are crud methods?
What is dml statement?
What is an exception in PL/SQL? What are the two types of exceptions?
what are all the different types of indexes? : Sql dba
What are three advantages to using sql?
What is transaction control language (tcl)?
which types of join is used in sql widely? : Sql dba
Is postgresql a nosql database?