单项选择题

A.SELECT host_id as ‘HostID’
B.SELECT ‘HostID’as host_id()
C.SELECT host_id(),host_id()
D.SELECT host_id()as ‘HostID’