摘要: 实验内容与完成情况: MySQL操作 Shell命令操作 sql 复制代码 -- 创建Student表 CREATE TABLE Student ( Name VARCHAR(50), English INT, Math INT, Computer INT ); -- 插入数据 INSERT INT 阅读全文
posted @ 2024-11-29 09:05 KuanDong24 阅读(2) 评论(0) 推荐(0) 编辑