AUnicode数据类型
BASCII数据类型
C时间戳数据类型
D数值型类型
第1题:
SQL Server2005数据类型中用varchar(max)取代TEXT有意义吗?
第2题:
在SQL Server中,修改表中列定义的正确的SQL语句是()。
第3题:
SQL Server 2005有哪些数据类型?
第4题:
SQL Server提供的Nchar、Nvarchar、Ntext等几种双字节数据类型实际上是一种()。
第5题:
SQL Server有哪些数据类型,它们的主要用途是什么?
第6题:
SQL Server中的数据类型主要包括()、()、()、二进制、位和双字节等类型。
第7题:
可以把输出参数分配为哪一种SQL,Server数据类型?
第8题:
SQL-SERVER数据库提供了一些可供选择的数据类型,由ASCII码组成的字符串的数据类型是()
第9题:
Unicode数据类型
ASCII数据类型
时间戳数据类型
数值型类型
第10题:
第11题:
A primary XML index should be created on the XML column.
Statistics should be created on the nvarchar columns.
A view should be created, and only the four columns that the query utilizes are contained by a view.
A composite index should be created on the three nvarchar columns, and INCLUDE should be specified for the XML column.
第12题:
第13题:
在SQL Server中,存储逻辑型数据值的数据类型是bit。
第14题:
SQL SERVER的管理(暂停、停止和启动),系统提供了几种方式?
第15题:
在SQL Server中,nchar数据类型与nvarchar数据类型的区别是,前者是固定长度的,后者是可变长度的。
第16题:
设有表M,将其中的Type列的数据类型改为NCHAR(4)。下列能实现该功能的语句是()。
第17题:
在SQL Server中,通常使用()数据类型来表示逻辑数据。
第18题:
下面关于datetime数据类型描述不正确的是()
第19题:
SQL Server中,下列函数的返回值的数据类型为INT的是()。
第20题:
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work as a database administrator for your company. A SQL Server 2005 application is utilized by the company. A query is executed by the application to return three columns of the nvarchar data type and one column of the XML data type. A WHERE clause is utilized by the query, and all three of the nvarchar columns are contained by the WHERE clause. 5 million rows are included by the table, and 50,000 rows are returned by the query. The performance of the query should be enhanced. Which action should be performed to achieve the goal?()
第21题:
第22题:
字符
精度和浮点数
文本与图形
日期和时间
第23题:
是一种日期型数据类型
是一种日期和时间组合型数据类型
可以用来替代传统的数据库加锁技术
是一种双字节数据类型