SQL基础语法

建立数据库、数据表python – 建立数据库 create database python_test_1 charset=utf8;mysql – 使用数据库 use python_test_1;web – students表 create table students( -> id int unsigned primary key auto_increment not null, -> nam
相关文章
相关标签/搜索