SQL Server2005中的Create Database语句可以创建一个()。A、表B、系统数据库C、用户数据库D、视图

SQL Server2005中的Create Database语句可以创建一个()。

  • A、表
  • B、系统数据库
  • C、用户数据库
  • D、视图

相关考题:

( 23 )在 Access 数据库中创建一个新表,应该使用的 SQL 语句是( ) 。A ) Create TableB ) Create IndexC ) Alter TableD ) Create Database

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

根据SQL标准,创建一个表,应该使用下面哪个语句?()A CREATE TABLEB CREATE INDEXC CREATE VIEWD CREATE DATABASE

在Access数据库中创建一个新表,应该使用的SQL语句是______。A.Create TableB.Create IndexC.Alter TableD.Create Database

You are the administrator of a SQL Server 2000 computer. You create a Data Transformation Services (DTS) package. The package is stored as a local package on the server. The package exports data from an online transaction processing (OLTP) database system to an online analytical processing (OLAP) database system that is located on a second SQL Server 2000 computer.You want the package to execute automatically each evening at 8:00 P.M. What should you do?A.Use SQL Server Enterprise Manager to create a new job Create a CmdExec job step that runs the dtsrun utility Schedule the job to run each night at 8:00 P.M.B.Use SQL Server Enterprise Manager to create a new job Create a Transact-SQL job step to query data from the OLTP database Create a second Transact-SQL job step to launch the DTS package Schedule the job to run each night at 8:00 P.M.C.Create a batch file that runs the dtsrun utility Use the Microsoft Windows Task Scheduler to run the job each night at 8:00 P.M. Configure the Windows Task Scheduler to use the local system accountD.Move the DTS package to the repository Configure the SQLServerAgent service on the OLAP database server to update the package each night at 8:00 P.M.

SQL Server2005中,使用()可以创建一个触发器。A.create procedureB.create tableC.create triggerD.create index

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

SQL Server2005触发器主要针对下列语句创建()。A.SELECT、INSERT、DELETEB.INSERT、UPDATE、DELETEC.SELECT、UPDATE、INSERTD.INSERT、UPDATE、CREATE

SQL Server2005中的Create Database语句可以创建一个()。A.表B.系统数据库C.用户数据库D.视图

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

SQL中创建数据库模式应使用()语句。A、CREATE SCHEMAB、CEATEE TABLEC、CREATE VIEWD、CREATE DATABASE

You issue this statement:ALTER DATABASE BACKUP CONTROLFILE TO TRACE;  What does the statement generate?()A、A text copy of the control file.B、A binary copy of the control file.C、A file containing a SQL statement which will re-create the database.D、A file containing a SQL statement which will re-create the control file.

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

SQL Server2005中,使用()可以创建一个触发器。A、create procedureB、create tableC、create triggerD、create index

创建数据库的T-SQL语句是()。A、create databaseB、alter databaseC、drop databaseD、copy database

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

SQL Server2005触发器主要针对下列语句创建()。A、SELECT、INSERT、DELETEB、INSERT、UPDATE、DELETEC、SELECT、UPDATE、INSERTD、INSERT、UPDATE、CREATE

SQL Server2005中,如果要删除一个存储过程,则可以使用()语句。A、create procedureB、drop databaseC、drop procedureD、drop trigger

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

SQL中创建视图应使用()语句。A、CREATE SCHEMAB、CREATE TABLEC、CREATE V1EWD、CREATE DATABASE

You lost the index tablespace in your database. You decided to re-create the index tablespace and the indexes in the tablespace. What methods can you use to re-create the indexes?()A、 SQL scriptsB、 Recovery Manager (RMAN) scriptC、 Data PumpD、 SQL*LoaderE、 Flashback database

You need to define an authentication system for the main office database administrators. The setup should require the minimum amount of administrative effort. The authentication environment must fulfill the company’s security requirements.What should you do?()A、Create a SQL Server login with Windows Authentication for each main office database administrator.Add all of these logins to the db_owner role in each database.B、Create a SQL Server login with SQL Server Authentication for each main office database administrator.Add all of these logins to the sysadmin role.C、Create a Windows global group named DBAdmins. Add each main office database administrator’s Windows user account to the Windows DBAdmins group.Create a SQL Server login with Windows Authentication for the group.Add the group to the serveradmin fixed server role.D、Add each main office database administrator’s Windows user account to the Windows SQLManagersgroup.

A Windows Azure application retrieves data from SQL Azure.   You need to recommend an approach for improving application query performance.  What should you recommend?()A、 Create a database view to retrieve the data.B、 Use a clustered index on the SQL Azure database tables.C、 Open a new database connection when an operation times out.D、 Create SQL Azure database table indexes basedon application queries

单选题SQL Server2005中的Create Database语句可以创建一个()。A表B系统数据库C用户数据库D视图

单选题A Windows Azure application retrieves data from SQL Azure.   You need to recommend an approach for improving application query performance.  What should you recommend?()A Create a database view to retrieve the data.B Use a clustered index on the SQL Azure database tables.C Open a new database connection when an operation times out.D Create SQL Azure database table indexes basedon application queries

单选题在SQL Server2005中,以下()语句可以创建存储过程。Acreate procBcreate triggerCCreate ViewDcreate database

单选题You issue this statement:ALTER DATABASE BACKUP CONTROLFILE TO TRACE;  What does the statement generate?()AA text copy of the control file.BA binary copy of the control file.CA file containing a SQL statement which will re-create the database.DA file containing a SQL statement which will re-create the control file.