數據庫(MySQL)之關鍵字(二)

數據庫(MySQL)之關鍵字: 1.建立學生表 create table students( id int, name varchar(40), score double ); 2.插入數據 -- 插入表數據: -- insert into 表名(字段名1,字段名2...) values(字段1值,字段2值); -- 向students表插入一條數據 insert int
相關文章
相關標籤/搜索