单项选择题

A.SELECT stuinfo(‘2008242346’)
B.SELECT dbo.stuinfo(‘2008242346’)
C.SELECT*FROM stuinfo(‘2008242346’)
D.EXEC stuinfo(‘2008242346’)