使用数据库的命令为()A、Create databaseB、use databaseC、alter databaseD、drop database
使用数据库的命令为()
- A、Create database
- B、use database
- C、alter database
- D、drop database
相关考题:
Which command do you use to generate a report of database incarnations?() A、 list incarnation of databaseB、 report incarnation of databaseC、 list database incarnationD、 database incarnation listE、 report database incarnation
SQL Server中进行数据库备份的SQL语句是()。A、INSERT DATABASEB、BACKUP DATABASEC、RESTORE DATABASED、UPDATE DATABASE
tony wants to create a duplicate of the video application. He wants to keep a version of the data on the same server as the production application but does not want any new documents or documents modifications to be replicated into his new database once he creates it. Which one of the following should tony do to create his archive?()A、create a new copy of the databaseB、create a replica of the databaseC、Use the windows explorer to create a copy of the database file.D、Create a replica copy of the database and disable replication on the database file.
What RMAN command must you use before you can back up a database using the recovery catalog?()A、 create catalogB、 install databaseC、 catalog databaseD、 merge Catalog with databaseE、 register database
单选题What RMAN command must you use before you can back up a database using the recovery catalog?()A create catalogB install databaseC catalog databaseD merge Catalog with databaseE register database
( 难度:中等)删除数据库的命令是:A.drop databaseB.delete tableC.drop tableD.delete database