Question 268 The natural join is equal to : A Combination of Union and Cartesian product B Combination of selection and Cartesian product C Combination of […]
Question 878 Consider the following schema : Sailors(sid,sname,rating,age) Boats(bid,bname, colour) Reserves(sid,bid,day) Two boats can have the same name but the colour differentiates them. The two relations […]
Question 49 Consider a bank database with only one relation transaction (transno, acctno, date, amount) The amount attribute value is positive for deposits and negative for […]
Question 21 A relation Empdtl is defined with attributes empcode (unique), name, street, city, state and pincode. For any pincode, there is only one city and […]