摘要: 一、判断数据库是否存在,如果存在删除 if exists(select * from sys.databases where name='数据库名字')drop database 数据库名字 二、数据库五大约束 1、主键约束(Primay Key Coustraint) 唯一性,非空性 2、唯一约束 阅读全文
posted @ 2021-11-10 21:09 木月浅 阅读(44) 评论(0) 推荐(0)