网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

管理员在执行create database benet usebenet create table benet01(column1int,column2int)语句时,发生了错误,如何修改()

  • A、分别执行每一句
  • B、将各个语句使用go分开再执行
  • C、不能将表格命名为benet01
  • D、不能将数据库命名为benet

参考答案

更多 “管理员在执行create database benet usebenet create table benet01(column1int,column2int)语句时,发生了错误,如何修改()A、分别执行每一句B、将各个语句使用go分开再执行C、不能将表格命名为benet01D、不能将数据库命名为benet” 相关考题
考题 打开一个数据库的命令是______。A.USEB.USE DATABASEC.OPEND.OPEN DATABASE

考题 创建数据库使用以下哪项( )A.create mytestB.create table mytestC.database mytestD.create database mytest

考题 假设BENET域信任ACCP域,则以下可以实现的是()。A.BENET域的用户可以在ACCP域中计算机登录B.ACCP域的用户可以在BENET域中计算机登录C.BENET域的管理员可以管理ACCP域D.ACCP域的管理员可以管理BENET域

考题 打开数据库的命令是( )。A.USEB.USE DATABASEC.OPEND.OPEN DATABASE

考题 在SQL语言中,创建视图应使用( )语句 A、CREATE SCHEMAB、CREATE TABLEC、CREATE VIEWD、CREATE DATABASE

考题 打开一个数据库的命令是( )。A.USEB.USE DATA BASEC.OPEND.OPEN DATABASE

考题 打开数据库的命令是( )。A. USEB. USE DATABASEC. OPEND. OPEN DATABASE

考题 在Visual FoxPro中,打开一个名为GRADE的数据库,应使用命令A.CREATE DATABASE GRADEB.OPEN DATABASE GRADEC.CREATE GRADED.OPEN GRADE

考题 在SQL Server2005中,以下()语句可以创建存储过程。A.create procB.create triggerC.Create ViewD.create database

考题 SQLServer数据库管理员创建了一个数据库Benet,下列叙述正确的是()。A.Benet数据库只能有一个事务日志文件 B.Benet数据库只能有一个主数据文件 C.Benet数据库可以有多个主数据文件 D.Benet数据库可以有多个事务日志文件

考题 A customer has 4 application and 2 database servers that will be installed in partitions on a Power 750. They are concerned that the database software vendor will charge based on every processor core in the server. Which action will reduce the potential vendor software costs?()A、Create capped partitions for the database servers.B、Create workload partitions for the database servers.C、Create a separate shared processor pool for the database servers.D、Create virtual processors equal to the entitlement for database servers.

考题 在SQL中,创建数据库用的命令是()A、CREATE SCHEMAB、CREATE TABLEC、CREATE VIEWD、CREATE DATABASE

考题 You need to design a configuration for Exchange Server storage that meets the business and technical requirements. What should you do?()A、Create a single storage group. Create one database for all usersB、Create two storage groups. In each storage group, create one database. Place mailboxes for remote users in one storage group database, and place all other mailboxes in the other storage group databaseC、Create two storage groups. In each storage group, create one database. Place executive mailboxes in one storage group database, and place all other mailboxes in the other storage group databaseD、Create two storage groups. In one storage group, create a database, and place all mailboxes for remote users and executives in the database. In the other storage group, create a database for all other mailboxes

考题 在VFP中,要直接运行表单文件的命令是( ).A、USEB、DO FORMC、CREATE FORMD、MODIFY FORM

考题 SQL语言中使用()语句创建视图。A、CREATE PROCB、CREATE VIEWC、CREATE TABLED、CREATE DATABASE

考题 SQLServer数据库管理员创建了一个数据库Benet,下列叙述正确的是()。A、Benet数据库只能有一个主数据文件B、Benet数据库可以有多个主数据文件C、Benet数据库只能有一个事务日志文件D、Benet数据库可以有多个事务日志文件

考题 在VisualFoxpro6.0中,打开数据库使用的命令为()A、USEB、SELECTC、OPEND、CREATE

考题 对多表进行操作时,选择工作区所使用的命令为()A、USEB、OPENC、SELECTD、CREATE

考题 下列哪条命令执行后不能产生磁盘文件()。A、CREATE TABLEB、CREATE VIEWC、CREATE QUERYD、CREATE DATABASE

考题 在VFP中,创建一个名为SDB.DBF的数据表文件,使用的命令是()。A、CREATE CLASS SDBB、CREATE FORM SDBC、CREATE SDBD、CREATE DATABASE SDB

考题 打开数据库使用的命令为()。A、USEB、SELECTC、OPEND、CREATE

考题 打开一个数据库的命令是()A、USEB、USE DATABASEC、OPEND、OPEN DATABASE

考题 在SQL Server2005中,以下()语句可以创建存储过程。A、create procB、create triggerC、Create ViewD、create database

考题 在SQL Sever中,创建数据库student,使用的语句是()。A、CREATE TABLE studentB、CREATE VIEW studentC、CREATE PROC studentD、CREATE DATABASE student

考题 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.

考题 You find today’s performance of your production database to be the best ever. Therefore, you want to be notified in the future whenever the performance degrades by 10% of today’s performance. What is the first step that you would take to ensure this?()A、create baseline metrics for today’s performanceB、write the current database metrics to a database table and create a trigger to compare with future database statisticsC、write the current database metrics to a flat file and create an operating script to compare with future database statisticsD、write the current database metrics to a database table and create a procedure to compare with future database statisticsE、write the current database metrics to a database table and submit a job using DBMS_JOB to compare with future database statistics

考题 You want to create a new optimized database for your transactional production environment to be used by a financial application. While creating the database, you want the Oracle software to take care of all basic settings to optimize the database performance. Which method would you use to achieve this objective?()A、Use the CREATE DATABASE .. command to create the database with Oracle-managed files. B、Use the Database Configuration Assistant (DBCA) to create the database with Oracle-managed files. C、Use Enterprise Manager to create a new database with the Online Transaction Processing (OLTP) option. D、Use Database Configuration Assistant (DBCA) to create the database with Transaction Processing template. E、Use the CREATE DATABASE .. command to create the database with Automatic Storage Management (ASM) file system.