Find the names of teams who win all the games


Find the names of teams that win all the teams beaten by "Bulls".

Find the names of teams who win all the games when they play with "Knicks".


• TEAM(TNAME, TID, DIVISION)
Lakers, T1, West
Bulls, T2, East
Rockets, T3, West
Knicks, T4, East
Nets, T5, East
Spurs, T6, West

GAME(HOST, GNO)
T1, G1
T1, G2
T2, G3
T2, G4
T3, G5
T3, G6
T4, G7
T4, G8

RESULT(TID, GNO, SCORE)
T1, G1, 120
T1, G2, 90
T2, G3, 93
T2, G4, 88
T3, G5, 91
T3, G6, 121
T4, G7, 101
T4, G8, 82
T4, G1, 74
T2, G2, 100
T5, G3, 75
T6, G4, 105
T6, G5, 115
T5, G6, 89
T5, G7, 61
T1, G8, 102 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Find the names of teams who win all the games
Reference No:- TGS0135194

Expected delivery within 24 Hours