单项选择题
A..T. B."男" C.1 D."男"或1
A.This.ThisForm.Text1.Value B.This.Parent.Parent.Text1.Value C.Parent.Parent.Text1.Value D.This.Parent.Text1.Value
A.SELECT*FROM客户FOR名称LIKE"%网络%" B.SELECT*FROM客户FOR名称="%网络%" C.SELECT*FROM客户WHERE名称="%网络%" D.SELECT*FROM客户WHERE名称LIKE"%网络%"