A.delete * from 天氣預(yù)報(bào) where’福州’ B.Update 天氣預(yù)報(bào) where 城市=’福州’ C.delete 天氣預(yù)報(bào) where 城市=’福州’ D.select from 天氣預(yù)報(bào) where 城市=’福州’
A.排序(Sort) B.求和(Sum) C.求最大值(Max) D.求最小值(Min)
A.一對(duì)一聯(lián)系 B.一對(duì)多聯(lián)系 C.多對(duì)一聯(lián)系 D.多對(duì)多聯(lián)系