Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
What is trigger in flip flop?
what is difference between procedure and function, procedure and trigger?
Tell me what a package consists of.
What is rowid in sql?
HOW TO ADD PRIMARY KEY TO TABLE BY PL/SQL PROGRAM
What is a function in oracle pl sql?
what is table? : Sql dba
What is application trigger?
Which kind of parameters cannot have a default value in pl sql?
What are tables and fields?
Why are sql stored procedures used?
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