單項(xiàng)選擇題如果需要在score表中插入一條新的記錄,那么可以使用下列哪個(gè)SQL語句實(shí)現(xiàn)?()

A.create
B.insert
C.update
D.alter


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題有report表有如下字段:姓名性別年齡地址那么要查詢年齡在18歲以上的所有人的信息,那么應(yīng)該如何查詢()

A.select*fromr eport
B.select年齡from report
C.select*from report where性別=’男’
D.selec*from report where年齡>=18

5.單項(xiàng)選擇題在mysql主從通過的時(shí)候出現(xiàn)SQL現(xiàn)成出現(xiàn)了NO,并報(bào)錯(cuò)1049,如何跳過本次錯(cuò)誤事件?()

A.set global sql_slave_skip_counter=1
B.set slave_skip_counter=1
C.從新做主從
D.重啟從的mysql服務(wù)