MySQL數據庫操作題(課程作業)

1.具體任務:進入dos窗口登錄Mysql數據庫,使用SQL語句實現以下任務: (1)創建博客數據庫名爲:db_blog。 (2)在db_blog數據庫內創建兩個表:用戶信息表:users及文檔信息表:blog。 表結構如下: 用戶信息表:users 序號 字段名 說明 類型 是否爲空 約束條件 其他 1 id id號 int not null 無符號、主鍵、自增   2 name 姓名 varc
相關文章
相關標籤/搜索