关系数据库中,当运用 Transact-SQL 语句创建主键时,可以是( )。
A. create table table1 (column1 char(13) not null primary, column2 int not) on primary;
B. alter table table1 with notcheck add constraint [PK_table1] primary key nonclustered ( column1) on primary;
C. alter table table1 column1 primary key ;
查看答案
Date即可存储日期又可存时间( )
A. 对
B. 错
SQL Server中存储货币类型的有Money 和Smallmoney,Money要求 4 个存储字节,Smallmoney要求2 个存储字节( )
A. 对
B. 错
Smallint存储数据的范围大于Tinyint存储数据的范围( )
A. 对
B. 错
Char/Varchar最多能存储8000个英文,4000个汉字( )
A. 对
B. 错