test.sql 121 B

12
  1. -- db2 -tvmf test.sql is how to run test query
  2. select count(*), count(distinct section) from schedule where term = 1185;