
How many tuples does the result of the following SQL query contain? SELECT A.Id FROM A WHERE A.Age > ALL (SELECT B.Age FROM B Where B.Name = ‘Arun’)
Reveal answer
Fill a bubble to check yourself

How many tuples does the result of the following SQL query contain? SELECT A.Id FROM A WHERE A.Age > ALL (SELECT B.Age FROM B Where B.Name = ‘Arun’)