在SQL Server的查询语句中,若查询表记录中所有em_id列满足前两个字符为“11”的纪录,则下列正确Where子句是()。
A:Where em_id=‘11%’
B:Where em_id AS ‘11%’
C:Where em_id like ‘11%’
D:Where em_id link ‘11%’
出自:计算机科学