Answer Posted / vishal
PL/SQl are the scaller arrays used to store data.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What mean sql?
How do I count records in sql?
How many joins can you have in sql?
When can we use the where clause and the having clause?
Is it possible to update views?
What is bitemporal narrowing?
What is write ahead logging in sql server?
How do I trace sql profiler?
What are the different sql languages?
How do sql triggers work?
What is sql in oracle?
What are stuff and replace function?
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
Explain ddl statements in pl/sql?
How do I debug a stored procedure?