What does an inner join do?



What does an inner join do?..

Answer / Sumeet Bhatnagar

"An INNER JOIN combines rows from two or more tables, based on a related column between them. It only returns the matched rows (rows with matches in both tables)."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do I view a sql database?

1 Answers  


What is the first action to perform a query? Suppose I have four tables and five joins and my query is getting slow day by day.

4 Answers   Hexaware,


Why partition by is used in sql?

1 Answers  


what is definer rights invoke rights?

1 Answers  


What are the types of variables use in pl sql?

1 Answers  


what is a composite primary key ? : Sql dba

1 Answers  


What normalization means?

1 Answers  


Explain lock escalation? : Transact sql

1 Answers  


Which operator is used in query for pattern matching?

1 Answers  


What are all the ddl commands?

1 Answers  


Why do we use set serveroutput on?

1 Answers  


How can the performance of a trigger be improved?

1 Answers  


Categories