首页 养生问答 疾病百科 养生资讯 女性养生 男性养生

编写一个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的?

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com