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)只能用于存儲過程和函數(shù)
最新試題
MySQL配置文件修改后,保存即刻生效。
事務(wù)COMMIT 之后,還可以撤銷。
任何SQL 語句都需要手動COMMIT 來提交事務(wù)。
一個(gè)表可以創(chuàng)建多個(gè)不同的視圖。
在MySQL的權(quán)限授予語句中,可用于指定權(quán)限級別的值中*.*表示當(dāng)前數(shù)據(jù)庫中的所有表。
關(guān)系是若干表的集合。
為了保護(hù)數(shù)據(jù)庫,要盡可能多的使用root賬號來登錄,以此來確保數(shù)據(jù)的安全訪問。
表的同一列數(shù)據(jù)必須有相同的數(shù)據(jù)類型。
概念模型獨(dú)立于任何一種數(shù)據(jù)模型,并且與具體的DBMS有關(guān)。
嵌套子查詢只能返回一行數(shù)據(jù)。