SQL server基础

今天学习了些数据库的基础,东西不多,重在了解

int 整型
nvarchar 字符串
float 小数型
decimal(,) 小数型
money 小数型
datetime 时间类型

image(很麻烦)
text 大字符串

bigint
smallint
bit (true&false)

跨表查询(速度最慢)

跨列查询(速度中等)

行查询(速度最快)

posted on 2017-10-21 15:48  段了的弦  阅读(84)  评论(0编辑  收藏  举报