摘要: 1.使用SQL语句创建数据库studentsdb create database studentsdb; 2.使用SQL语句选择studentsdb为当前使用数据库。 use studentsdb; 3.使用SQL语句在studentsdb数据库创建数据表student_info、curriculu 阅读全文
posted @ 2023-09-18 22:15 刘sir。 阅读(82) 评论(0) 推荐(0)