You have table ‘apps‘,‘userdata‘ on server that uses MyISAM storage engine.You want to transfer this data to server but use InnoDB engine instead. You execute the following commands: ServerB commands:Shell> mysqldump –u root –h server –no-data apps userdata | mysql –u root –p appsShell> mysql –u root –p –h server –e ‘ALTER TABLE ‘apps‘,‘userdata‘ ENGINE=InnoDB;‘Shell> mysqldump –u root –p –h server –no-create-info –order-by-primary apps userdata | mysql –u root –p appsWhat effect does the – order-by-primary argument have on the mysqldump command?()A.It exports tables with the most indexes first to assist with import speedsB.It ensures that unique indexes have no conflicts when the data is dumpedC.It orders by primary key to assist in speeding up importing to InnoDB tablesD.It must be specified so index data is dumped correctly when –on-create-info is used

You have table ‘apps‘,‘userdata‘ on server that uses MyISAM storage engine.You want to transfer this data to server but use InnoDB engine instead. You execute the following commands: ServerB commands:Shell> mysqldump –u root –h server –no-data apps userdata | mysql –u root –p appsShell> mysql –u root –p –h server –e ‘ALTER TABLE ‘apps‘,‘userdata‘ ENGINE=InnoDB;‘Shell> mysqldump –u root –p –h server –no-create-info –order-by-primary apps userdata | mysql –u root –p appsWhat effect does the – order-by-primary argument have on the mysqldump command?()

A.It exports tables with the most indexes first to assist with import speeds

B.It ensures that unique indexes have no conflicts when the data is dumped

C.It orders by primary key to assist in speeding up importing to InnoDB tables

D.It must be specified so index data is dumped correctly when –on-create-info is used


相关考题:

You look(). What () you () ? A、tire, did…doB、tiring, have…doneC、tired, do…doD、tired, have…been doing

How long() you() a member of the club? A.have,,joinedB.have,,beenC.has,,joinedD.has,,been

Where ________ you ________?A.are/beB.have/beC.is/beD.have/been

9. _______you _______ stay at home today?A. Do ; have toB. Must; have toC. Have; toD. Do ; must

—Where____you____lunch?—Athome.TherewasnoschoollunchA.did;haveB.are;havingC.will;haveD.do;have

关于myisamchk工具,以下描述正确的有哪些?() A.它能检查MyISAM表B.它能修复MyISAM表C.它能获取MyISAM表的信息D.它能优化MyISAM表

Deploying the cisco unified computing system platform into the data center provides which two benefits?() A.it leverages low-speed interfacesB.only one configuration is used for all bladesC.storage, computing and networking services are combined onto one bladeD.it is A pra-as-you-go incremental deploymentE.server replacement is as easy as replacing the physical blade

You look() What()you()?Atire;did;doBtiring;have;doneCtired;do;doDtired;have;been doing

以下属于调用摄像头硬件的权限的是:()A.<uses-permission android:name="android.permission.CAMERA"/>B.<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />C.<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>D.<uses-permission android:name="android.permission.INTERNET"/>