摘要:
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)
|
摘要:
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)
|