單項選擇題返回當(dāng)前日期的函數(shù)是()
A.curtime()
B.adddate()
C.curnow()
D.curdate()
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題在SELECT語句中,使用關(guān)鍵字()可以把重復(fù)行屏蔽。
A.TOP
B.ALL
C.UNION
D.DISTINCT
2.單項選擇題可以在創(chuàng)建表時用()來創(chuàng)建唯一索引,也可以用()來創(chuàng)建唯一索引
A.Create table,Create index
B.設(shè)置主鍵約束,設(shè)置唯一約束
C.設(shè)置主鍵約束,Create index
D.以上都可以