單項(xiàng)選擇題SQL是一種()語言。

A.函數(shù)型
B.高級算法
C.關(guān)系數(shù)據(jù)庫
D.人工智能


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題以下哪項(xiàng)是用來分組的()

A.ORDER BY
B.ORDERED BY
C.GROUP BY
D.GROUPED BY

2.單項(xiàng)選擇題創(chuàng)建數(shù)據(jù)庫使用以下哪項(xiàng)()

A.create mytest
B.create table mytest
C.database mytest
D.create database mytest

3.單項(xiàng)選擇題組合多條SQL查詢語句形成組合查詢的操作符是()

A.SELECT
B.ALL
C.LINK
D.UNION

4.單項(xiàng)選擇題以下中語句錯誤的是()

A.alter table emp delete column addcolumn;
B.alter table emp modify column addcolumn char(10);
C.alter table emp change addcolumn addcolumn int;
D.alter table emp add column addcolumn int;

5.單項(xiàng)選擇題刪除用戶賬號命令是()

A.DROP USER
B.DROP TABLE USER
C.DELETE USER
D.DELETE FROM USER