一、常用命令
1.创建数据库
connect 'jdbc:derby://localhost:1527/jfcsdb;create=true';
2.查看表
show tables;
二、参考资料
1.
Derby基本命令操作(备忘)connect 'jdbc:derby://localhost:1527/jfcsdb;create=true';
show tables;
1.
Derby基本命令操作(备忘)