單項選擇題?進入數(shù)據(jù)庫navy1后,將數(shù)據(jù)庫腳本(/data/navy2.sql)導(dǎo)入到數(shù)據(jù)庫中的正確語句是()。

A.include /data/navy2.sql
B.source /data/navy2.sql
C.import /data/navy2.sql
D.@/data/navy2.sql


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題?MariaDB中給stu001授予hr數(shù)據(jù)庫的所有權(quán)限,正確的是()。

A.grant all on hr.*to ’stu001’@’localhost’
B.grant on hr.*to ’stu001’@’localhost’
C.grant all on hr.student to ’stu001’@’localhost’
D.grant all on hr.*to stu001@localhost

2.單項選擇題MariaDB缺省配置時,通過檢查端口的辦法判斷服務(wù)是否正常啟動,使用的命令是()。

A.netstat -ant∣grep 3306
B.netstat -ant ∣find 3306
C.netstat -ant &grep 1433
D.netstat -ant∣∣grep 3306