mysql查詢(建立人力資源系統數據庫)

如下是在mysql 環境下進行操做: -- 建立人力資源管理系統數據庫 drop database if exists HRS; create database HRS default charset utf8; -- 切換數據庫上下文環境 use HRS; -- 刪除表 drop table if exists TbEmp; drop table if exists TbDept; -- 建立部
相關文章
相關標籤/搜索