sql 超级基础学习

打开phpstudy软件;点开 MySQL命令行; 先创建个数据库; create database websecurity; 显示出数据库; show databases; 选择数据库; use websecrity; 创建表单; create table student( id int(4) not null primary key auto_increment, name char(20)
相关文章
相关标签/搜索