
Asked in BNP Paribas
Given sample data on two tables, write down the result sets of all types of 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
3y
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 SQL Developer Interview Questions Asked at BNP Paribas
Q. Write a procedure to return the series (99, 96, 93, ..., 6, 3).
Q. How does the development team service a change request in the application, inclu...read more
Q. What are functions and procedures, and what are the differences between them?
Interview Questions Asked to SQL Developer at Other Companies
Top Skill-Based Questions for BNP Paribas SQL Developer
SQL Interview Questions and Answers
250 Questions
Triggers Interview Questions and Answers
50 Questions
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

