adspace


what is a join? : Sql dba

Answer Posted / Parul Sonker

In SQL, a JOIN is used to combine rows from two or more tables based on a related column between them. There are several types of joins including INNER JOIN (returns only the matching rows), LEFT JOIN (returns all rows from the left table and the matching rows from the right table), RIGHT JOIN (returns all rows from the right table and the matching rows from the left table), and FULL OUTER JOIN (returns all rows from both tables, including non-matching rows).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is inner join faster than left join?

1276


Is primary key always clustered index?

1095


Can delete statement be rollbacked?

1054


Is primary key clustered index?

1019


How do I remove duplicates in two columns?

1187


how to use regular expression in pattern match conditions? : Sql dba

1113


how to escape special characters in sql statements? : Sql dba

1114


If a cursor is open, how can we find in a pl/sql block?

1238


what is dbms? : Sql dba

1061


Can we use distinct and group by together?

1133


what are the advantages of sql ? : Sql dba

1142


What is the best sql course?

1050


Do we need to rebuild index after truncate?

1138


What is your daily office routine?

2346


how to start mysql server? : Sql dba

1267