Concept drill
cross-join
GATE CSE & IT · SQL · 2000-2004
2
PYQs
100%
keyed
0
elite explanations
2
years appeared
Study anchor
Korth — Database System Concepts
Relational model, SQL, normalization, transactions
Practice action
Start latest PYQPYQs in this concept
All concepts →2004 PYQ
A relational database contains two table student and department in which student table has columns roll_no, name and dept_id and department table has columns dept_id and detp_name...
easyanswer key
2000 PYQ
Given relations r( w, x ) and s( y, z ), the result of select distinct w,x from r, s; is guaranteed to be same as r, provided
easyanswer key