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
How do I run a sql query?
How is a PL/SQL code compiled?
What is procedure function?
Can you rollback after commit?
How do you drop a trigger?
How many sectors are in a partition?
Why is normalization important?
Can function return multiple values in sql?
How many functions are there in sql?
How long it takes to learn pl sql?
What does trigger mean in slang?
What is trigger and types?
What is sql architecture?
How to start oracle sql developer?
How to get help at the sql prompt?