单项选择题

要从字符串“中国海南省”中取出子串“海南省”,应使用的函数是( )。

A) SUBSTR("中国海南省",3,3)
B) SUBSTR("中国海南省",5,2)
C) SUBSTR("中国海南省",5,3)
D) SUBSTR("中国海南省",5,6)