單項(xiàng)選擇題已知數(shù)據(jù)庫ds庫中有phones表,表中包含Brand(品牌),model(型號),colour(顏色)等字段,請查詢表中品牌為“華為”,型號為“P20”的相關(guān)信息,以下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"
您可能感興趣的試卷
你可能感興趣的試題
1.單項(xiàng)選擇題在SQL語句中,對所選字段進(jìn)行分組使用關(guān)鍵字()。
A.where
B.group by
C.order by
D.limit
2.判斷題SQL語句“set password for jack@’%’=password(’123’);”表示修改jack用戶遠(yuǎn)程登錄mysql數(shù)據(jù)庫的密碼為“123”。
最新試題
防火墻可分為以下()
題型:多項(xiàng)選擇題
iptables中,選項(xiàng)()實(shí)現(xiàn)指定默認(rèn)策略。
題型:單項(xiàng)選擇題
iptables四表中能實(shí)現(xiàn)端口映射的是()
題型:單項(xiàng)選擇題
iptables中能實(shí)現(xiàn)端口映射的是哪個表()
題型:單項(xiàng)選擇題
刪除/etc/httpd/conf/httpd.conf文件中空白行可以使用命令()
題型:單項(xiàng)選擇題
軟件防火墻使用的資源要比硬件防火墻少。
題型:判斷題
iptables中的filte表有哪幾個規(guī)則鏈()
題型:多項(xiàng)選擇題
如果在linux系統(tǒng)上想通過iptables實(shí)現(xiàn)路由功能,則需要配置有()
題型:多項(xiàng)選擇題
ipables是開源的軟件防火墻。
題型:判斷題
iptables四表中規(guī)則默認(rèn)存放的表是()
題型:單項(xiàng)選擇題