【填空题】删除数据库数据文件“Test1dat1”的命令是 ALTER DATABASE 学生管理_备份() FILE Test1dat1

【填空题】删除数据库数据文件“Test1dat1”的命令是 ALTER DATABASE 学生管理_备份() FILE Test1dat1


参考答案和解析

相关考题:

在“学生表”中删除字段“籍贯”的有效性规则命令为:ALTER TABLE学生表ALTER籍贯______

在一个7X24小时的oracle数据库中,配置为归档模式,有哪两件事是需要的,当执行用户管理的时候()。 A.您可以执行一个完整的数据库备份,而无需关闭数据库实例B.你可以备份数据文件,只有当所有的数据文件具有相同的SCN记录在控制文件中C.你可以只备份这些数据文件,这些文件头将被ALTER TABLESPACE BEGINBACKUP or ALTERDATABASEBEGINBACKUP命令冻结.D.你只能执行一致的备份

在SQL Server 2008中,设要为数据库DB1添加一个新的数据文件,该文件的逻辑名为filex,物理文件名为filex.n(if,存储位置为D:\DB1,初始大小和最大大小均采用系统默认值,增长方式为自动增长,每次增加20%。下列语句中正确的是( )。A.ALTER DATABASE DB1 ADD FILE(NAME=filex,FILENAME=D:\DB1\filex.ndf,FILEGROWTH=20)B.ALTER DATABASE DB1 ADD FILE(NAME=filex,FILENAME=D:\DB1\filex.ndf,FILEGROWTH=20%)C.ALTER DATABASE DB1 ADD FILE(NAME=filex,FILENAME=ˊD:\DB1\filex.ndfˊ,FILEGROWTH=20)D.ALTER DATABASE DB1 ADD FILE(NAME=filex,FILENAME=ˊD:\DB1\filex.ndfˊ,FILEGROWTH=20%)

在SQL Server 2008中,设先对MyDB数据库进行了一次完整备份,然后对该数据库进行了一次日志备份,这两次备份均备份在BK设备上。假设BK设备上只有这两次备份的内容。现要从备份中恢复My-DB数据库,正确的恢复过程及语句是( )。A.restore log MyDB from BK with file=1,norecoveryrestore database MyDB from BK with file=2B.restore log MyDB from BK with file=1,norecoveryrestore database MyDB from BK with file=2,norecoveryC.restore database MyDB from BK with file=1.norecoveryrestore log MyDB from BK with file=2,norecoveryD.restore database MyDB from BK with file=1,norecoveryrestore log MyDB from BK with file=2

在下列命令中,打开数据库“学生”的正确命令是( )。A.USE DATABASE学生B.USE学生 在下列命令中,打开数据库“学生”的正确命令是( )。A.USE DATABASE学生B.USE学生C.OPEN DATABASE学生D.OPEN学生

利用SQL命令删除“学生”表中的“年龄”字段,正确的命令格式是( )。A)ALTER TABLE 学生 DELETE COLUMN 年龄B)ALTER TABLE 学生 DROP COLUMN 年龄C)ALTER TABLE 学生 CANCEL COLUMN 年龄D)ALTER TABLE 学生 CUT COLUMN 年龄

删除数据库的命令为()A、Create databaseB、use databaseC、alter databaseD、drop database

修改数据库的命令为()A、Create databaseB、use databaseC、alter databaseD、drop database

使用数据库的命令为()A、Create databaseB、use databaseC、alter databaseD、drop database

从数据库中删除表的命令是()A、DROP TABLEB、ALTER TABLEC、DELETE TABLED、USE

使用SQL语言修改数据库,正确的命令是()。A、CREATE DATABASEB、MODIFY DATABASEC、ALTER DATABASED、CHANGE DATABASE

If a log file becomes corrupted, it may cause the database to stall. How would you correct such a situation?()  A、 Recover the online redo log from backup.B、 Delete and re-create the log file.C、 Use the alter database clear logfile command to clear the log file.D、 Shut down the database and restart it.E、 Shut down the database and then mount it. Clear the log file with the alter database clear logfile command and then restart the database with alter database open resetlogs.

oracle数据库在nomount模式时,以下()命令将数据库启动到mount模式。A、startupB、startup mountC、alter database mountD、alter database open

从Oracle数据库中删除表的命令是()。A、DROP TABLEB、ALTER TABLEC、DELETE TABLED、USE

在删除数据库后应备份哪个数据库()A、备份将要删除的数据库的主数据文件B、备份将要删除的数据库的事务日志文件C、masterD、model

删除数据库的命令是()。A、drop databaseB、delete databaseC、alter databaseD、remove database

删除数据库使用()语句。A、alter databaseB、drop database

可以在企业管理器和查询分析器中删除数据库,查询分析器删除数据库使用的命令是DROP DATABASE。

SQL语句:alter database test modify name=mytest,其含义是()。A、mytest数据库更名为testB、test数据库更名为mytestC、mytest数据文件更名为testD、test数据文件更名为mytest

在一个7X24小时的oracle数据库中,配置为归档模式,有哪两件事是需要的,当执行用户管理的时候()。A、您可以执行一个完整的数据库备份,而无需关闭数据库实例B、你可以备份数据文件,只有当所有的数据文件具有相同的SCN记录在控制文件中C、你可以只备份这些数据文件,这些文件头将被ALTER TABLESPACE BEGIN BACKUP or ALTER DATABASE BEGIN BACKUP 命令冻结D、你只能执行一致的备份

启动Oracle数据库的命令包括()A、StartupB、Startup pfile=fileC、Startup nomountD、Startup mountE、Alter database mount

Which RMAN backup command is used to create the block-change tracking file?()  A、 alter database create block change tracking fileB、 alter database enable block change fileC、 alter database enable block change tracking using file ,/ora01/opt/ block_change_tracking.filD、 alter system enable block change tracking using file ’/ora01/opt/block_ change_tracking.fil’E、 alter system block change tracking on

Which command will result in a trace file being created with the create controlfile command contained in it?()  A、 alter database backup controlfileB、 alter database backup controlfile to traceC、 alter database controlfile backupD、 alter database controlfile backup to ’/ora01/oracle/ctrl_backup.ctl’E、 alter database begin controlfile backup

单选题ou are implementing control file multiplexing. Which of the following choices identifies the method you can use in order to generate the control file copies that Oracle will maintain?()AIssue ALTER DATABASE BACKUP CONTROLFILE TO filenameBMake a copy of the control file with the database shut downCIssue ALTER DATABASE BACKUP CONTROLFILE TO traceDMake a copy of the control file with the database still running

单选题Which command will result in a trace file being created with the create controlfile command contained in it?()A alter database backup controlfileB alter database backup controlfile to traceC alter database controlfile backupD alter database controlfile backup to ’/ora01/oracle/ctrl_backup.ctl’E alter database begin controlfile backup

单选题If a log file becomes corrupted, it may cause the database to stall. How would you correct such a situation?()A Recover the online redo log from backup.B Delete and re-create the log file.C Use the alter database clear logfile command to clear the log file.D Shut down the database and restart it.E Shut down the database and then mount it. Clear the log file with the alter database clear logfile command and then restart the database with alter database open resetlogs.

单选题在删除数据库后应备份哪个数据库()A备份将要删除的数据库的主数据文件B备份将要删除的数据库的事务日志文件CmasterDmodel

多选题在一个7X24小时的oracle数据库中,配置为归档模式,有哪两件事是需要的,当执行用户管理的时候()。A您可以执行一个完整的数据库备份,而无需关闭数据库实例B你可以备份数据文件,只有当所有的数据文件具有相同的SCN记录在控制文件中C你可以只备份这些数据文件,这些文件头将被ALTER TABLESPACE BEGIN BACKUP or ALTER DATABASE BEGIN BACKUP 命令冻结D你只能执行一致的备份