October 14, 2023

GATE 2007

Question 15 Consider the following segment of C-code: int j, n; j = 1; while (j <= n) j = j*2; The number of comparisons made […]
October 14, 2023

Database-Management-System

Question 5 A table T1 in a relational database has the following rows and columns: roll no. marks 1 10 2 20 3 30 4 Null […]
October 14, 2023

Database-Management-System

Question 14 For a database relation R(a,b,c,d), where the domains a, b, c, d include only atomic values, only the following functional dependencies and those that […]
October 14, 2023

Database-Management-System

Question 15 Let R(a,b,c) and S(d,e,f) be two relations in which d is the foreign key of S that refers to the primary key of R. […]
error: Alert: Content selection is disabled!!