單項選擇題mysql在數(shù)據(jù)查詢時,有時候需要別名來簡化數(shù)據(jù)庫表名,其需要關(guān)鍵字是()

A.aa
B.at
C.ad
D.as


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題在一臺服務(wù)器上實現(xiàn)多個Web站點的搭建,可以通過以下哪個選項實現(xiàn)()

A.DNS負載均衡
B.虛擬主機
C.FTP服務(wù)器
D.SSH密鑰驗證方式

3.單項選擇題使用()sql語句忘表中插入數(shù)據(jù)。

A.add
B.create
C.delete
D.insert

4.單項選擇題刪除stu表的SQL語句是()。

A.drop tableto stu;
B.drop table stu;
C.drop table if exist stu;
D.create table stu;

5.單項選擇題以下在mysql數(shù)據(jù)庫中,可以實現(xiàn)創(chuàng)建數(shù)據(jù)庫abc的SQL語句是()

A.drop table abc;
B.create tableifexists abc;
C.create database abc;
D.create table abc;