阅读背景:

Educoder题目:MySQL数据库 - 数据库和表的基本操作(一)答案解析_浮萍者_educoder mysql答案

来源:互联网 

查看表结构与修改表名

src/step1/step1.sql

USE Company;

#请在此处添加实现代码
########## Begin ##########

########## modify the table name ##########
alter table tb_emp rename jd_emp;


########## show tables in this database ##########
show tables;


########## describe the table ##########
describe jd_emp;


########## End ##########
USE C



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: