exam-insert-begin_time-and-topic-by-team_name.sql 63 B

12
  1. insert into exam(team_name, topic, begin_time)
  2. values (?, ?, ?)