SQL基礎操作(1)

  前提:安裝好MySQL數據庫和Navicat連接數據庫工具   在test數據庫下,新建student表   使用語句建表: create table student( stuId int PRIMARY KEY auto_increment, -- stuId是主鍵,自增長類型 stuName nvarchar(10) not null, -- 姓名是可變長度 stuSex nchar(1)
相關文章
相關標籤/搜索