表中的字段有   NO_ID,NAME,AGE,strDate
要求:如果对表进行insert操作时,判断NAME字段的内容是否存在,如果存在则取消操作,当对表进行修改时,将strDate更新为当前日期.