How to fetch common records from two tables?
Answer / mrityunjay dubey
Select column_name from tableA UNION Select column_name from tableB
Is This Answer Correct ? | 0 Yes | 0 No |
I have a package in which a table was used in a procedure and compiled later i have dropped the table used in the package what would be the status of package specification and body
What will happen after commit statement ?
Cite the differences between execution of triggers and stored procedures?
how to insert the data through views? The view is depending upon more than two tables? how to update materalized views?
What are all the different normalizations?
What is scalar and vector?
what is the command line end user interface - mysql? : Sql dba
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 is the difference between cursor FETCH and FOR LOOP ?
3 Answers CG-VAK, Tech Mahindra,
What is a rank in sql?
Query for second maximum salary in each in each department
15 Answers DST Global Solutions, TCS,
How do u count no of rows in a table?