Question 35 Consider the following database table named top_scorer. SELECT ta.player FROM top_scorer AS ta WHERE ta.goals > ALL (SELECT tb.goals FROM top_scorer AS tb WHERE […]
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 […]