You are on page 1of 3

VISIT ANY MORE SOLUTIONS FREE

VUAnswer.com

CS403 GDB SOLUTION FALL 2022


Provide by VU Answer

Opening Date: 24-Feb-2022


Due Date: 25-Feb-2022

Topic:
Consider a scenario, there are three tables name ‘X’, ‘Y ‘and’ Z’ with schemes X
(u, v, w), Y (l, u, m, n, o, p) and Z (r, s, t, u, q), These tables have a common
attribute or field. We want to retrieve the data from these tables.
In this scenario, discuss which join operation can help to retrieve the records from
multiple tables. Justify your answer with at least two solid arguments.

GDB Idea Solution:

Interjoin can help to retrieve the record from multiples tables.

SUBSCRIBE OUR CHANNEL


https://www.youtube.com/channel/UCvFS8fAv4bvZsOmWu
WMIg3Q

WHATSAPP GROUP JOIN


https://chat.whatsapp.com/HGu2lvOWPsi0tpPGc4IGDZ
VISIT ANY MORE SOLUTIONS FREE

VUAnswer.com

1. The information from the two joined tables that is related they retrieve common
attributes from all the tables and select all row from all participating table as long
there is a match column.
2. INNER JOIN when we want select to only rows that match ON condition and if
no rows match to the ON condition so it will not return any results.

SUBSCRIBE OUR CHANNEL


https://www.youtube.com/channel/UCvFS8fAv4bvZsOmWu
WMIg3Q

WHATSAPP GROUP JOIN


https://chat.whatsapp.com/HGu2lvOWPsi0tpPGc4IGDZ
VISIT ANY MORE SOLUTIONS FREE

VUAnswer.com

REGARD - SARIM
WHATSAPP +923162965677

PLEASE NOTE:
Don't copy-paste the same answer.
Make sure you can make some changes to your solution file
before submitting copy paste solution will be marked zero.
If you found any mistake then correct yourself and inform me.
Before submitting check your GDB requirement.
If you need some help and question about file and solutions.

SUBSCRIBE OUR CHANNEL


https://www.youtube.com/channel/UCvFS8fAv4bvZsOmWu
WMIg3Q

WHATSAPP GROUP JOIN


https://chat.whatsapp.com/HGu2lvOWPsi0tpPGc4IGDZ

You might also like