MySql Data Manipulation Language 数据操纵语言 (DML)
                                员工表employee 建表语句: create table employee ( id int, name varchar(20), sex varchar(10), birthday date, salary float, resume text );数据: insert into employee values(1,”zhangsan”,”male”,”1980-11-25′′,2000,”good body”); insert into employee values(2,”lisi”,”male”,”1980-04-25′′,1000,”good body”); insert i                            
                            
                            
                            
                        
                            下载地址
                        
                    
                            用户评论