张某欲查询所有名称以S开头的行,其正确的命令格式为()。
ASELECTStore_nameFROMStore_Information
BSELECT*FROMStore_Information
CSELECT*FROMStore_InformationwhereStore_name=‘s‘
DSELECT*FROMStore_InformationwhereStore_nameLIKE‘s%‘
ASELECTStore_nameFROMStore_Information
BSELECT*FROMStore_Information
CSELECT*FROMStore_InformationwhereStore_name=‘s‘
DSELECT*FROMStore_InformationwhereStore_nameLIKE‘s%‘