what are pl/sql collections?
Answer Posted / praveenkumar
collection is set of ordered group of elements, all of the
same type.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
How can get second highest salary in sql?
Is sql free?
What are sql functions? Describe the different types of sql functions?
How do you update a value in sql?
What is column?
How many sectors are in a partition?
How is debugging done?
Explain what is a column in a table?
What is data manipulation language?
What are aggregate and scalar functions?
How can we debug in PL/SQL?
What is a scalar value in sql?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
What does := mean in pl sql?
What are the two virtual tables available at the time of database trigger execution?