1select ts, cpu, dur from sched 2where 3 cpu = 1 and 4 dur > 50 and 5 dur <= 100 and 6 ts >= 100 and 7 ts <= 400; 8