DingCL

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年9月18日

摘要: 1.使用SQL语句创建数据库studentsdb。 create database studentsdb; 2.使用SQL语句选择studentsdb为当前使用数据库。 use studentsdb; student_info表 create table student_info( 学号 char( 阅读全文
posted @ 2023-09-18 22:10 DingCL 阅读(179) 评论(0) 推荐(0)