A.主鍵可以用來確保表中不存在重復的數據行。 B.一個表必須有一個主鍵。 C.一個表只能有一個主鍵。 D.只能對整數型列設置主鍵。
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.錯誤提示:orderby子句中不能出現(xiàn)表達式。 B.正確執(zhí)行,顯示grade表中各列值,按照score由低到高排序。 C.正確執(zhí)行,顯示grade表中各列值,以及加權成績列,按照score由低到高排序。 D.錯誤提示:where子句中不能出現(xiàn)表達式。