Description: /************ To establish a database*//* the establishment of databases wagemanage, and define the physical storage path*/CREATE DATABASE wagemanageON PRIMARY (NAME = wagemanage, FILENAME = D: wagemanage_MDF.mdf) GO/****************** establish a basic table*******************//* the establishment of the staff base table* /
To Search:
File list (Check if you may need any files):
数据库课程设计
..............\wagemanage_Data.MDF
..............\wagemanage_Log.LDF
..............\代码.doc