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
what is the difference between $message and $$message? : Sql dba
What are the different schemas objects that can be created using pl/sql?
How is use pl and sql?
What are the advantages of pl sql over sql?
What is cross join sql?
When are we going to use truncate and delete?
What is offset and limit in sql?
what's the difference between a primary key and a unique key? : Sql dba
Which is faster count (*) or count 1?
what are all the different types of indexes? : Sql dba
What is the use of primary key?
What is the use of sqldataadapter?
How do I run a sql query in pgadmin 4?
What is sql key?
What is sql in java?