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 dense_rank?
how tsql statements can be written and submitted to the database engine? : Transact sql
Which is faster count (*) or count 1?
how to install mysql? : Sql dba
How do you create a unique index?
What is numeric function sql?
What is sql engine in oracle?
Can a varchar be a primary key?
How to return an array from java to pl/sql?
What is the difference between an inner and outer join?
Is ms sql is free?
What is the difference between in and between in sql?
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
What is the difference between left join and right join?
What is mutating sql table?