單項選擇題已知數據庫ds庫中有phones表,表中包含Brand(品牌),model(型號),colour(顏色)等字段,請查詢表中品牌為“華為”,型號為“P20”的相關信息,以下SQL語句操作正確的是()。

A.select * from ds.phones where Brand="華為"and model="P20"
B.select * from ds.phones where Brand="華為"or model="P20"
C.select * from ds.phones where having"華為"and"P20"
D.select * from ds.phones where having"華為"or"P20"


您可能感興趣的試卷