How to execute multiple sql statements in a single annonymous
block irrespective of the sql statement result?
Answer Posted / krina
we can execute multiple sql statement inside the procedure
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Union and Union all. Which is faster.
What is the use of nvl function?
Define join and name different types of joins?
How do you pronounce sql?
How to avoid duplicate records in a query?
How do I run a sql query?
What does data normalization mean?
what are the disadvantages of mysql? : Sql dba
What are the different dml commands in sql?
What is the difference between stored procedure and view?
How many scalar data types are supported 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
What is the difference between left and left outer join?
What sql database should I use?
How does an execution block start and end in pl sql?