A.主鍵可以用來(lái)確保表中不存在重復(fù)的數(shù)據(jù)行。 B.一個(gè)表必須有一個(gè)主鍵。 C.一個(gè)表只能有一個(gè)主鍵。 D.只能對(duì)整數(shù)型列設(shè)置主鍵。
A.Select*into customers from clients B.Select into customers from clients C.Insert into customers select*from clients D.Insert customers select*from clients
A.錯(cuò)誤提示:orderby子句中不能出現(xiàn)表達(dá)式。 B.正確執(zhí)行,顯示grade表中各列值,按照score由低到高排序。 C.正確執(zhí)行,顯示grade表中各列值,以及加權(quán)成績(jī)列,按照score由低到高排序。 D.錯(cuò)誤提示:where子句中不能出現(xiàn)表達(dá)式。