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 does trigger mean in psychology?
how many columns can be used for creating index? : Sql dba
Can we use the cursor's to create the collection in PL/SQL?
What is substitution variable in pl sql?
Can we insert data into view?
Does group by remove duplicates?
What are sql procedures?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
How do you declare a constant?
how to fetch common records from two tables? : Sql dba
Is it possible to create startup or shutdown trigger for on-schema?
what are tables and fields? : Sql dba
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
Is crud a cuss word?
Explain the order of sql statement execution?