当前位置:电器学题库

问题:

[多选]

Mysqldump was used to create a single schema backup; Shell> mysqldump –u root –p sakila > sakila2013.sql
Which two commands will restore the sakila database without interfering with other running database?()

A . Mysql> USE sakila; LOAD DATA INFILE 'sakila2013.sql';
B . Shell> mysql –u root –p sakila sakila2013.sql
C . Shell> mysql import –u root –p sakila sakila2013.sql
D . Shell> mysql –u root -p –e 'use sakila; source sakila2013.sql'
E . Shell> mysql –u root –p –silent < sakila2013.sql

Given: What is the result?()  An exception is thrown at runtime.。  int Long。  Compilation fails.。  Short Long。 当开孔机主轴在管道中遭受浸洗时,在使用后要() 擦干净。 润滑。 涂防锈润滑漆。 A、B、C、组合。 鼠笼式异步电动机常采用什么方法起动? You are working on an Oracle Database 10g database that operates in the ARCHIVELOG mode. At 06:00 p.m., you discovered that a table in the SYSTEM tablespace that does not belong to the data dictionary was dropped at 03:00 p.m. What would you do to recover the table?()  use the Flashback Transaction Query feature to identify the relevant SQL statement and use it to undrop the table。  restore the entire database from the most recent backup and open it。  recover the table by using the Flashback Table feature。  perform point-in-time recovery to recover the table。 木本地被类

Mysqldump was used to create a single schema backup; Shell> mysqldump –u root –p sakila > sakila2013.sql
Which two commands will restore the sakila database without interfering with other running database?()

参考答案:

  参考解析

本题暂无解析

在线 客服