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
A.聲明后必須打開游標(biāo)以供使用
B.結(jié)束游標(biāo)使用時(shí),必須閉游標(biāo)
C.使用游標(biāo)前必須聲明它
D.游標(biāo)只能用于存儲(chǔ)過程和函數(shù)
最新試題
數(shù)據(jù)庫外模式與內(nèi)模式的映像實(shí)現(xiàn)了數(shù)據(jù)庫的物理數(shù)據(jù)獨(dú)立性。
DELETE語句刪除的是表中的數(shù)據(jù),表結(jié)構(gòu)還在。
ORDER BY 默認(rèn)排序方向?yàn)镈ESC。
對(duì)于空值,無論是按升序排列還是降序排列,都會(huì)在結(jié)果中最先顯示。
如果表之間存在聯(lián)系,則應(yīng)先創(chuàng)建子表,再創(chuàng)建父表。
在查詢語句中,一個(gè)表可以與它自己進(jìn)行連接。
SQL是一種非過程化的語言,只需告訴數(shù)據(jù)庫干什么,不必告訴怎么干。
NF是一個(gè)可用的關(guān)系模式應(yīng)該滿足的最低范式。
在MySQL的權(quán)限授予語句中,可用于指定權(quán)限級(jí)別的值中*.*表示當(dāng)前數(shù)據(jù)庫中的所有表。
聯(lián)系只存在于不同的實(shí)體集之間,同一實(shí)體集內(nèi)部不存在聯(lián)系。