A.show errors
B.show databases
C.show variables
D.show warnings
您可能感興趣的試卷
你可能感興趣的試題
A.insert into
B.replace into
C.insert from
D.replace from
A.Create table
B.rename table
C.alter table
D.drop table
A.use xscj
B.use xs
C.rename table xs to xs1
D.rename database xscj to xscj1
A.Create database
B.use database
C.alter database
D.drop database
最新試題
為了保護(hù)數(shù)據(jù)庫(kù),要盡可能多的使用root賬號(hào)來(lái)登錄,以此來(lái)確保數(shù)據(jù)的安全訪(fǎng)問(wèn)。
如果兩個(gè)用戶(hù)具有相同的名字但主機(jī)名不同,MySQL將其視為不同的用戶(hù)。
MySQL配置文件修改后,保存即刻生效。
索引一定比表中的數(shù)據(jù)占用的存儲(chǔ)空間小。
對(duì)于空值,無(wú)論是按升序排列還是降序排列,都會(huì)在結(jié)果中最先顯示。
如果表之間存在聯(lián)系,則應(yīng)先創(chuàng)建子表,再創(chuàng)建父表。
將2NF轉(zhuǎn)換為3NF是消除部分函數(shù)依賴(lài)的過(guò)程。
概念模型獨(dú)立于任何一種數(shù)據(jù)模型,并且與具體的DBMS有關(guān)。
NF是一個(gè)可用的關(guān)系模式應(yīng)該滿(mǎn)足的最低范式。
Select查詢(xún)語(yǔ)句中into outfile子句的功能是將查詢(xún)結(jié)果輸出到指定文件中。