pl/sql testing means what ...... explain process how to find pl/sql bugs
Answer Posted / sunil
if use dbms_output.put_line in every retriving value
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between function and procedure in pl/sql?
describe transaction-safe table types in mysql : sql dba
What is a sql*loader control file?
How many sql core licenses do I need?
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 rdbms? : Sql dba
How do you declare a constant?
What is the use of pl/sql table?
What is the use of desc in sql?
What is a primary key called that is made up of more than one field?
How to use boolean type in select statement?
What are expressions?
How do you explain an index number?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba