Answer Posted / rahul khanke
we can return a single or more than one value useing OUT
prameter
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how to convert numeric values to character strings? : Sql dba
What are all the different types of indexes?
what is a table in a database ? : Sql dba
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
What is procedure and function in sql?
What is procedure in pl sql?
Why we use joins in sql?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
How do I run a script in sql developer?
What is dml with example?
What is trigger with example?
What is an exception in pl/sql?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
Is truncate ddl or dml?
Write a sql query to convert all character to uppercase after hypen.