Statement: the episode called aaliyah was the first episode to air

Input Table: list of all that episodes

seasonseriesepisode_titleoriginal_air_datenick_prod
138tia & tamera mowry / ll cool j1996-11-16338
239montell jordan1996-11-23339
441dru hill1996-12-07341
542tyra banks / blackstreet1996-12-14342
643music special1996-12-17343
744a tribe called quest1996-12-21344
8457021996-12-28345
946tony! toni! tone!1997-01-04346
1047chris farley / mint condition1997-01-11347
11481121997-01-18348
1249sherman hemsley / nas1997-01-25349
1350john leguizamo / mona lisa1997-02-01350
1451ray j1997-02-08351
1552for real1997-09-20352
1653aaliyah1997-10-04353
1754az yet1997-09-27354
1855monica1997-10-11355
1956mc lyte1997-10-18356

SQL Command:

SELECT CASE WHEN (SELECT MIN(original_air_date) FROM table_sql) = '1997-10-04' THEN 'TRUE' ELSE 'FALSE' END;