freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

數(shù)據(jù)庫課程設(shè)計--kappa鞋店管理系統(tǒng)(編輯修改稿)

2025-07-12 01:18 本頁面
 

【文章內(nèi)容簡介】 期,聯(lián)系電話,生產(chǎn)地,備注) 銷售員情況表 (序號,銷售員編號,銷售員姓名,出生日期,工齡,家庭 住址,聯(lián)系電話) 顧客情況表 (序號,顧客編號,顧客姓名,性別,鞋編號,件數(shù),總金額,金額,會員積分,日期,聯(lián)系電話,備注) 工資情況表(序號,銷售員編號,保底工資,銷售提成,請假情況,總工資) 產(chǎn)品情況 表 天津輕工職業(yè)技術(shù)學(xué)院 2021 期末(論文) 描述 數(shù)據(jù)類型 長度 字段限制 序號 int 4 Not null 鞋編號 char 10 Primarykey 鞋名 char 200 Not null 鞋數(shù) char 30 Not null 顏色 char 30 null 鞋號 char 30 Not null 進貨員 char 10 Not null 賣價 int 4 null 進價 int 4 null 日期 smalldatein 4 Not null 聯(lián)系電話 char 11 null 生產(chǎn)地 char 10 Not null 銷售員情況表 描述 數(shù)據(jù)類型 長度 字段限制 序號 int 4 Not null 銷售員編號 char 10 Primarykey 銷售員姓名 char 10 Not null 性別 bit 1 Not null 出生日期 smalldatein 4 null 工齡 char 10 Not null 家庭住址 char 10 Not null 聯(lián)系電話 char 11 Not null 顧客情況表 描述 數(shù)據(jù)類型 長度 字段限制 序號 int 4 Not null 顧客編號 char 10 Primarykey 顧客姓名 char 10 Not null 天津輕工職業(yè)技術(shù)學(xué)院 2021 期末(論文) 性別 bit 1 Not null 鞋編號 int 4 Not null 件數(shù) int 4 Not null 總金額 int 4 Not null 金額 int 4 Not null 會員積分 char 30 null 日期 smalldatein 4 Not null 聯(lián)系電話 char 11 null 備注 text 16 null 工資情況表 描述 數(shù)據(jù)類型 長度 字段限制 序號 int 4 Not null 銷售員編號 char 10 Primarykey 保底工資 char 10 Not null 銷售提成 char 10 null 請假情況 char 10 null 總工資 char 30 Not null 第五章 數(shù)據(jù)庫實施 數(shù)據(jù)庫實施是指建立數(shù)據(jù)庫,編制與調(diào)試應(yīng)用程 序, 組織數(shù)據(jù)入庫,并進行試運行。 創(chuàng)建數(shù)據(jù)庫 ( 1) 打開 SQL 工具“查詢分析器” ( 2) 在查詢窗口中鍵入下列 SQL 語句 create database Kappa 鞋店 執(zhí)行上述 SQL 語句即可新建一個名為 Kappa 鞋店的數(shù)據(jù)庫 創(chuàng)建數(shù)據(jù)表 一個完整的數(shù)據(jù)庫不可缺少的就是數(shù)據(jù)表,若干個數(shù)據(jù)表的集合成一個數(shù)據(jù)庫。數(shù)據(jù)表主要用來存放一定格式的記錄,數(shù)據(jù)表中的行被稱為記錄,列被稱為字段。創(chuàng)建數(shù)據(jù)表的過程其實就是定義字段的過程。 天津輕工職業(yè)技術(shù)學(xué)院 2021 期末(論文) 在此 Kappa 鞋店管理系統(tǒng)中需要創(chuàng)建四個表,即 產(chǎn)品情況表、銷售員情況表、顧客情 況表、工資情況表, 創(chuàng)建數(shù)據(jù)庫后,為 Kappa 鞋店數(shù)據(jù)庫添加數(shù)據(jù)表,步驟如下。 ( 1) 新建查詢窗口 ( 2) 在查詢窗口中鍵入下列 SQL 語句 create table CPQK( //創(chuàng)建產(chǎn)品情況表 序號 int(4) Not null , 鞋編號 char(10) Primarykey, 鞋名 char(200) Not null, 鞋數(shù) char(30) Not null, 顏色 char(30) null, 鞋號 char(30) Not null, 進貨員 char(10), Not null, 賣價 int(4)null, 進價 int(4) null, 日期 smalldatein (4)Not null, 聯(lián)系電話 char(11) null, 生產(chǎn)地 char(10)Not null, ) 執(zhí)行上述 SQL 語句即可創(chuàng)建產(chǎn)品情況表相關(guān)表格 create table XSYQK( //
點擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1