Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

IV. SQL - Joins Student Course ROLL NO NAME Age COURSE ID ROLL NO 1 HARSH 18 1 1 2 PRATIK 19 2 2 3

image text in transcribedimage text in transcribedimage text in transcribed

IV. SQL - Joins Student Course ROLL NO NAME Age COURSE ID ROLL NO 1 HARSH 18 1 1 2 PRATIK 19 2 2 3 RIYANKA 20 2 3 4 DEEP 18 3 4 5 SAPTARHI 19 1 5 6 DHANRAJ 20 4 7 ROHIT 18 5 10 8 NIRAJ 19 4 11 SELECT * FROM STUDENT INNER JOIN COURSE ON Student.ROLL_NO= Course.ROLL_NO; Inner Join SELECT * FROM STUDENT LEFT JOIN COURSE ON Student.ROLL_NO= Course.ROLL_NO; Left Outer Join SELECT * FROM STUDENT RIGHT JOIN COURSE ON Student.ROLL_NO= Course.ROLL_NO; Right Outer Join

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Application Development And Design

Authors: Michael V. Mannino

1st Edition

0072463678, 978-0072463675

More Books

Students also viewed these Databases questions

Question

4 What are the main practices associated with SHRM?

Answered: 1 week ago

Question

Compare the current team to the ideal team.

Answered: 1 week ago

Question

a. Do team members trust each other?

Answered: 1 week ago