MyBatis中除了insert、update、delete、select等标签外,还提供了( )标签实现动态SQL?
A.if
B.trim
C.resultMap
D.foreach
正确答案是ABD