logo
題目:創建成績表tscore,成績(score)列上創建檢查約束,要求score>=0,正確的語句為()
騰訊雲服務器2核/2G/3M(61元/首年) 騰訊輕量雲2核/2G/4M(99元/年續費同價) 騰訊雲服務器老用戶專享

創建成績表tscore,成績(score)列上創建檢查約束,要求score>=0,正確的語句為()

A.create table tscore(…, score numeric(18,1),… constraint score>=0)

B.create table tscore(…, score numeric(18,1)>=0,… )

C.create table tscore(…, score numeric(18,1),… constraint ck()score check(score>=0))

D.create table tscore(…, score numeric(18,1),… constraint ck()score score>=0)

正確答案:create table tscore(…, score numeric(18,1),… constraint ck()score check(score>=0))

關鍵字:智慧樹
推薦
图片 图片
你的位置 你的位置
答案10秒後自動顯示!
返回頂部