From b876a7a7d41c577e3a36e88026aaa28044b05ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=9C=97=E7=89=9B?= Date: Thu, 15 Sep 2022 14:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...20\344\272\244\347\254\224\350\256\260.md" | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 "50\350\234\227\347\211\233/\347\254\224\350\256\260/2022-09-15-\347\240\201\344\272\221\346\217\220\344\272\244\347\254\224\350\256\260.md" diff --git "a/50\350\234\227\347\211\233/\347\254\224\350\256\260/2022-09-15-\347\240\201\344\272\221\346\217\220\344\272\244\347\254\224\350\256\260.md" "b/50\350\234\227\347\211\233/\347\254\224\350\256\260/2022-09-15-\347\240\201\344\272\221\346\217\220\344\272\244\347\254\224\350\256\260.md" new file mode 100644 index 0000000..35bdd14 --- /dev/null +++ "b/50\350\234\227\347\211\233/\347\254\224\350\256\260/2022-09-15-\347\240\201\344\272\221\346\217\220\344\272\244\347\254\224\350\256\260.md" @@ -0,0 +1,29 @@ +1.SQLServer 2014下载: + +https://blog.csdn.net/lililove2000/article/details/115673285 + +2.创建数据库 + +```sql +create database 数据库名 +``` + +3.创建数据表 + +```sql +create table 表名( +) +``` + + + +4.数据约束 + +5.插入数据 + +6.修改数据 + +7.删除数据 + +8.查询数据 + -- Gitee