Blogger Information
Blog 27
fans 2
comment 0
visits 19598
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
MYSQL增删改查---PHP九期线上班
一丁
Original
545 people have browsed it

1.MYSQL增删改查

image.png


2.创建表


CREATE TABLE MyGuests2 (
    id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY,
    firstname VARCHAR(30) NOT NULL,
    lastname VARCHAR(30) NOT NULL,
	age SMALLINT(5) UNSIGNED,
	sex VARCHAR(5),
	wherefrom VARCHAR(10),
	address VARCHAR(60),
    email VARCHAR(50),
	爱好 varchar(10),
    reg_date TIMESTAMP
)


运行图:

image.png

Correcting teacher:查无此人查无此人

Correction status:qualified

Teacher's comments:完成的不错,继续加油
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post