October 4, 2023

SQL

Question 10 Consider a relation geq which represents “greater than or equal to”, that is, (x,y) ∈ geq only if y >= x. create table geq […]
October 4, 2023

SQL

Question 38 A relational database contains two tables Student and Performance as shown below: The primary key of the Student table is Roll_no. For the Performance […]
October 4, 2023

SQL

Question 9 Consider the set of relations EMP(Employee-no, Dept-no, Employee-name, Salary) DEPT(Dept-no, Dept-name, Location) Write an SQL query to: (a) Find all employee names who work […]
October 4, 2023

SQL

Question 11 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, […]
error: Alert: Content selection is disabled!!