Statement: the episode that aired on december 17th had a higher production number than than the ray j episode and the episode titled '702'

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 nick_prod FROM table_sql WHERE original_air_date = '1996-12-17') > (SELECT nick_prod FROM table_sql WHERE episode_title = 'ray j') AND (SELECT nick_prod FROM table_sql WHERE episode_title = '702') THEN 'TRUE' ELSE 'FALSE' END;