03_sqlstudio/contingency1.sql (4 lines of code) (raw):

SELECT COUNT(*) AS true_positives FROM dsongcp.flights WHERE dep_delay < 15 AND arr_delay < 15