A.BIGINT
B.TINYINT
C.INTEGER
D.INT
您可能感興趣的試卷
你可能感興趣的試題
A.select distinct*fromo rders;
B.select * from orders limit 1,2;
C.select top 1*from orders;
D.select * from orders limit 1;
A.DOUBLE
B.INT
C.SET
D.FLOAT
A.select * from products where vend_id=1002 or vend_id=1003
B.select * from products where vend_id in(1002,1003);
C.select * from products where vend_id not in(1004,1005);
D.select * from products where vend_id=1002and vend_id=1003
A.db1/student
B.db1.student
C.db1_student
D.db1&student
最新試題
一個(gè)表上建立的索引越多,就越有利于查詢(xún)速度的提高。
將2NF轉(zhuǎn)換為3NF是消除部分函數(shù)依賴(lài)的過(guò)程。
關(guān)系是若干表的集合。
在SQL語(yǔ)句中,數(shù)值型、字符型和日期型數(shù)據(jù)必須用單引號(hào)引起來(lái)。
在查詢(xún)語(yǔ)句中,一個(gè)表可以與它自己進(jìn)行連接。
ORDER BY 默認(rèn)排序方向?yàn)镈ESC。
數(shù)據(jù)庫(kù)外模式與內(nèi)模式的映像實(shí)現(xiàn)了數(shù)據(jù)庫(kù)的物理數(shù)據(jù)獨(dú)立性。
NF是一個(gè)可用的關(guān)系模式應(yīng)該滿(mǎn)足的最低范式。
一個(gè)關(guān)系模式中只能有一個(gè)候選碼。
啟用日志不會(huì)降低MySQL數(shù)據(jù)庫(kù)的性能。