How to fetch common records from two tables?



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

Post New Answer

More SQL PLSQL Interview Questions

What is a loop in sql?

0 Answers  


Store procedure will return a value?

4 Answers   eMids,


What is an emotional trigger?

0 Answers  


Explain what is a column in a table?

0 Answers  


Which nosql database is best?

0 Answers  






what is constraining table?

2 Answers  


Write the order of precedence for validation of a column in a table ?

2 Answers  


What is percent sign in sql?

0 Answers  


What is the use of <> sql?

0 Answers  


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

0 Answers   TCS,


what are the advantages and disadvantages of cascading style sheets? : Sql dba

0 Answers  


what is log shipping? : Sql dba

0 Answers  


Categories