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)使用時,必須閉游標(biāo)
C.使用游標(biāo)前必須聲明它
D.游標(biāo)只能用于存儲過程和函數(shù)
最新試題
Select查詢語句中into outfile子句的功能是將查詢結(jié)果輸出到指定文件中。
啟用日志不會降低MySQL數(shù)據(jù)庫的性能。
一個關(guān)系模式中只能有一個候選碼。
關(guān)系是若干表的集合。
聯(lián)系只存在于不同的實體集之間,同一實體集內(nèi)部不存在聯(lián)系。
嵌套子查詢只能返回一行數(shù)據(jù)。
每次修改my.ini 文件中的參數(shù)后,必須重新啟動MySQL 服務(wù)才會生效。
DELETE語句刪除的是表中的數(shù)據(jù),表結(jié)構(gòu)還在。
為了保護數(shù)據(jù)庫,要盡可能多的使用root賬號來登錄,以此來確保數(shù)據(jù)的安全訪問。
概念模型獨立于任何一種數(shù)據(jù)模型,并且與具體的DBMS有關(guān)。