單項(xiàng)選擇題創(chuàng)建數(shù)據(jù)表時(shí)如果要指定某一個(gè)字段為主鍵,應(yīng)該用()參數(shù)。

A.NOT NULL
B.Auto_Increment
C.Primary Key
D.Key


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題創(chuàng)建數(shù)據(jù)表應(yīng)該用以下()指令。

A.INSERT
B.CREATE
C.SELECT
D.UPDATE

2.單項(xiàng)選擇題在application對象中用()方法可以獲得application對象中的所有變量名。

A.getServerInfo
B.nextElements()
C.removeAttribute
D.getRealPath

3.單項(xiàng)選擇題session對象中用于設(shè)定指定名字的屬性值,并且把它存儲在session對象中的方法是()。

A.setAttribute
B.getAttributeNames
C.getValue
D.getAttribute

4.單項(xiàng)選擇題使用response對象進(jìn)行重定向時(shí),使用的方法是()。

A.getAttribute
B.setContentType
C.sendRedirect
D.setAttribute

5.單項(xiàng)選擇題下列選項(xiàng)中,()可以準(zhǔn)確地獲取請求頁面的一個(gè)文本框的輸入(文本框的名稱為name)。

A.request.getParameter(name)
B.request.getParameter("name")
C.request.getParameterValues(name)
D.request.getParameterValues("name")