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
最新試題
索引是一種與表相關(guān)的對象,合理地使用索引可以顯著提高查詢速度。
存儲過程可以定義參數(shù)。
啟用日志不會降低MySQL數(shù)據(jù)庫的性能。
Select查詢語句中into outfile子句的功能是將查詢結(jié)果輸出到指定文件中。
MySQL配置文件修改后,保存即刻生效。
用mysqldump命令備份后形成的.sql文件,可用mysql call命令導(dǎo)入到數(shù)據(jù)庫中。
一個表可以創(chuàng)建多個不同的視圖。
每次修改my.ini 文件中的參數(shù)后,必須重新啟動MySQL 服務(wù)才會生效。
嵌套子查詢只能返回一行數(shù)據(jù)。
數(shù)據(jù)庫外模式與內(nèi)模式的映像實現(xiàn)了數(shù)據(jù)庫的物理數(shù)據(jù)獨立性。