数据库学习笔记

一.sql入门 1.创建并使用数据库 create database studentdb; use studentdb;// mysql刚打开时需要有一句使用某个数据库的指令。     create database wishwall charset utf8; use wishwall; create table messagebroad( user_id int not null auto_i
相关文章
相关标签/搜索