编写一个MySQL数据库程序
发布网友
发布时间:2022-04-19 14:05
我来回答
共3个回答
热心网友
时间:2022-04-08 20:09
create database testlinux
use testlinux
create table students(
no char(15) primary key ,
, name char(10),
linux int,
age tinyint,)
insert into testlinux values('2009630012','张三',78,21)
insert into testlinux values('2009630013','李三',78,21)
热心网友
时间:2022-04-08 21:27
我x,
create database testlinux
热心网友
时间:2022-04-08 23:02
PHP还是ASP的?