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 not in sql?
What are the basic techniques of indexing?
What view means?
What is anonymous block in sql?
Can triggers stop a dml statement from executing on a table?
how to include comments in sql statements? : Sql dba
what is 'mysqlimport'? : Sql dba
What does where 1/2 mean in sql?
What is before trigger?
what is the difference between inner and outer join? Explain with example. : Sql dba
How to Declare Fixed Length String Value In PL SQL
Can ddl statements be used in pl/sql?
Can you have more than one trigger on a table?
table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
What is example of database?