多项选择题

A.从数据文件c:\Customers.txt中导入信息到Northwind数据库的Customers中,该文件使用“︱”作为字段终止符,使用”︱\n”作为行终止符,
B.从Northwind数据库的Customers中到出信息到数据库文件c:\Customers.txt中且该文件使用“︱”作为字段终止符,使用”︱\n”作为行终止符
C.Northwind数据库中Customers表的原有数据将被新导入的数据覆盖
D.新导入的数据将追加在Customers表中