
Asked in TCS and 15 others
What is the difference between inner and outer joins?

AnswerBot
11d
Inner join returns matching records, while outer join returns all records with matches where available.
Inner Join: Returns only the rows with matching values in both tables.
Example: SELECT * FROM A IN...read more
baljinder kaur
2y
Inner join returns the common and matching between the tables.snd outer join returns all the records from the database tables
Anonymous
2y
Inner Join:
An inner join returns only the rows that have matching values in both tables based on a specified column. For example, if we have two tables employees
and departments
and we want to find ou...read more
Add answer anonymously...
Interview Questions from Popular Companies

3.7
• 8.8k Interviews

4.0
• 5.5k Interviews

3.5
• 4.2k Interviews

3.6
• 8k Interviews

3.7
• 6k Interviews

3.7
• 6.2k Interviews

3.5
• 4.2k Interviews

3.7
• 5.1k Interviews
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

