What are the PL/SQL Statements used in cursor processing ?
Answer Posted / chandrasekar
Select,for loop
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is primary key an index?
what are enums used for in mysql? : Sql dba
how to use in conditions? : Sql dba
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
What is union, minus and interact commands?
Can we delete column in sql?
What is oracle sql developer?
What is the default isolation level in sql server? : Transact sql
What is procedure explain with program?
What are the uses of sysdate and user keywords?
Can we commit inside a trigger?
What is difference between inner join and self join?
What is snowflake sql?
what are tables and fields? : Sql dba
How do I audit the sql sent to the server?