Given sample data on two tables, write down the result sets of all types joins.
AnswerBot
1y
The result sets of all types of joins in SQL
Inner Join: Returns only the matching rows from both tables
Left Join: Returns all the rows from the left table and the matching rows from the right table
Rig...read more
Shaik Junaid Pasha
2y
Select A. Emp_no from Employee as A inner join B. Cust_no on A. Emp_no=B.cust_no
Select A. Emp_no from employee as A left join B. Cust_no on A. Emp_no=B.cust_no
Select A. Emp_no from employee as A rig...read more
Help your peers!
Add answer anonymously...
Top BNP Paribas SQL Developer interview questions & answers
Popular interview questions of SQL Developer
Top HR questions asked in BNP Paribas SQL Developer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app