问题详情
在sql注入中,下列那一条语句可以判断数据库是否为MSSQL?()
A.andexists(select*fromsysobjects)
B.Andexists(select*fromtableName)
C.and1=(select@@VERSION)
D.And1=(selectdb_name())
请帮忙给出正确答案和分析,谢谢!