摘要: 创建数据库,代码如下: create database dbtest;use dbtest;DROP TABLE IF EXISTS EMP; DROP TABLE IF EXISTS DEPT; DROP TABLE IF EXISTS SALGRADE; CREATE TABLE DEPT -- 阅读全文
posted @ 2020-08-16 13:10 xiaochong123 阅读(209) 评论(0) 推荐(0)
  //雪花飘落效果