Enlist the data types that can be used in pl/sql?
How to display the contents of a current record fetched in a reference cursor?
explain commit and rollback in mysql : sql dba
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
how to include numeric values in sql statements? : Sql dba
How to read xml file in oracle pl sql?
what are the authentication modes in sql server? How can it be changed? : Sql dba
What is the source code of a program?
What is the difference among union, minus and intersect?
how to get enames with comma seperated values by deptwise on emp table?
Which is faster joins or subqueries?
How do you remove duplicates without using distinct 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