How does join work in sql?



How does join work in sql?..

Answer / Santosh

In SQL, the JOIN operation combines rows from two or more tables based on a related column between them. The most common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What are the popular database management systems in the it industry?

1 Answers  


How do I partition a table in sql?

1 Answers  


what are the advantages of primary key over unique+notnull

7 Answers   Consultancy, LGS, Oracle,


wirte a query to remove null? following table are col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output like col1 col2 col3 dinesh suresh prkaesh

6 Answers   TCS,


how to fetch alternate records from a table? : Sql dba

1 Answers  


How do I enable sql encryption?

1 Answers  


Explain the difference between rename and alias?

1 Answers  


What is an ndf file?

1 Answers  


Is a foreign key always unique?

1 Answers  


What are its different types of dbms?

1 Answers  


What is sql server and ase?

1 Answers  


what is sql and plsql

6 Answers  


Categories