使用命令select…into outfile将数据库employees中的数据表departments中的数据导出到D盘下的tmp.txt文件中的命令是()。
使用命令select…into outfile将数据库employees中的数据表departments中的数据导出到D盘下的tmp.txt文件中的命令是()。
A.SELECT employees.departments INTO OUTFILE“D:/tmp.txt”
B.SELECT * FROM employees.departments INTO OUTFILE“D:/tmp.txt”
C.SELECT employees.departments INTO OUTFILE“D:\tmp.txt”
D.SELECT * FROM employees.departments INTO OUTFILE“D:\tmp.txt"
正确答案:B
Tag:数据库运维 国家开放大学数据库运维 电大数据库运维
时间:2023-05-05 15:26:08