PYQBOOK
Filter Questions
Found 475 question(s)
Q106
NAT
GATE
CS
Medium
2 Marks
2024
DBMS → Relational Algebra
Consider two relations R(A,B) with tuples (10,20), (20,30), (30,45), (30,40), (80,30), (50,50) and S(A,C) with tuples (10,90), (20,30), (30,40), (40,80), (50,95). The total number of tuples obtained by evaluating the expression σ_{B<C}(R ⨝_{R.A=S.A} S) is
Q107
MCQ
GATE
CS
Easy
1 Mark
2024
DBMS → Relational Model
Which one of the options given below refers to the degree (or arity) of a relation in relational database systems?
Q108
NAT
GATE
CS
Easy
2 Marks
2024
DBMS → SQL
A table Student has rows (1, Naman, M, 62), (2, Aliya, F, 70), (3, Aliya, F, 80), (4, James, M, 82), (5, Swati, F, 65). The query 'SELECT * FROM Student WHERE gender = 'F' AND marks > 65;' returns how many rows?
Q109
NAT
GATE
CS
Medium
1 Mark
2024
DL → Number Representation
A particular number is written as 132 in radix-4 representation. The same number in radix-5 representation is
Q110
MCQ
GATE
CS
Medium
1 Mark
2024
DL → Number Representation