当前位置:百科知识 > 知到宏观经济学答案

问题描述:

[单选] You have been notified that the ‘apps’ . ‘reports’ table has been accidentally truncated.You have single file mysqldump backup available taken prior to the truncate. The backup contains all the tables from the instance, and the ‘apps’ . ‘reports’ table must be restored without affecting the other remaining databases and tables.已通知您“应用程序”。“reports”表被意外截断。在截断之前,您有一个可用的mysqldump备份文件。备份包含实例中的所有表和“apps”。“reports”表必须在不影响其他剩余数据库和表的情况下还原。Which restore option is suitable in this scenario? 在这种情况下,哪个恢复选项是合适的?
A.Restore the backup to another databases instance and obtain a copy of the reports table individually. 将备份还原到另一个数据库实例,并分别获取报表表的副本。 B.Extract the ‘apps’ . ‘reports’ table from the backup using the SOURCE command. C.Execute LOAD DATA INFILE ‘backup.sql’ SCHEMA=’apps’ TABLE= ‘reports’ D.Execute mysqldump on the backup,sql file and apply – filter arguments to obtain only the ‘apps’.‘reportys’ table.
参考答案:查看
答案解析:
☆收藏

随机题目