【正文】
,科學(xué)計(jì)算等諸多領(lǐng)域均得到了廣泛的應(yīng)用,已經(jīng)成為計(jì)算機(jī)信息系統(tǒng)和應(yīng)用的核心技術(shù)和重要基礎(chǔ)。 利用數(shù)據(jù)庫(kù)技術(shù)設(shè)計(jì)的唱 片管理系統(tǒng)是一個(gè)專門針對(duì)唱片信息的實(shí)用管理系統(tǒng),它方便了用戶對(duì)唱片信息的查詢和管理等操作。比起普通的查詢方式,此唱片管理系統(tǒng)能夠大大縮減用戶的時(shí)間。此次 課程設(shè)計(jì)是通過(guò)設(shè)計(jì)一個(gè) 唱片管理系統(tǒng) 來(lái)實(shí)現(xiàn)用戶對(duì)其 唱片 進(jìn)行一些相關(guān) 信息的管 理,其中包括添加、查詢、刪除、修改。 關(guān)鍵詞:數(shù)據(jù)庫(kù);唱片;管理;系統(tǒng) Abstract In today39。s society is an information technology era of rapid development, and database technology is puter science and technology one of the fastest growing one of the most widely used puter design, artificial intelligence, business management, enterprise management, scientific puting, and many other fields has been widely used, has bee a puter information system and application of the core technology and an important foundation. Using database technology to design the record management system is a practical management system for recording information, it is convenient for the user to record information query and management of to ordinary way of query, the record management system management system can greatly reduce the user39。s course is designed by design a records management system to realize the user to carry on some relevant information for their records management, including add, query, delete, modify. Key words: Database。Record。Management。 System 湖南人文科技學(xué)院課程設(shè)計(jì) 第 2 頁(yè) 《 數(shù)據(jù)庫(kù) 程序設(shè)計(jì)》課程設(shè)計(jì) CD 管理系統(tǒng) 設(shè)計(jì) 一、 引 言 隨著人們文化生活的日益提高,音樂(lè)逐漸受到了人們的青睞,唱片發(fā)行的數(shù)量越來(lái)越多,以前傳統(tǒng)的唱片管理是要人為的對(duì)唱片進(jìn)行各種統(tǒng)計(jì) ,耗費(fèi)大量的人力和物力而且在管理的過(guò)程中還可能出錯(cuò) ,這樣的管理方式顯然不是用戶所希望的。 因此,為了滿足用戶的這一要求,我們利用 oracle 開(kāi)發(fā)了一個(gè)唱片管理系統(tǒng),因?yàn)閛racle 數(shù)據(jù)庫(kù)是目前數(shù)據(jù)庫(kù)業(yè)應(yīng)用最為廣泛、安全性最高、技術(shù)最為成熟的 數(shù)據(jù)庫(kù)系統(tǒng)。oracle 提供了基于角色分工的安全保密管理。在數(shù)據(jù)庫(kù)管理功能、完整性檢查、安全性、一致性方面都有良好的表現(xiàn)。 我們先對(duì)唱片管理系統(tǒng)進(jìn)行了需求分析并把唱片管理系統(tǒng)劃分為歌曲管理系統(tǒng)、發(fā)行管理系統(tǒng),唱片內(nèi)部管理系統(tǒng)建立 ER 圖后利用 powerdesigner進(jìn)行概念建模,通過(guò)概念模型轉(zhuǎn)化為物理模型后在用 sql 進(jìn)行功能實(shí)現(xiàn)。 二、設(shè)計(jì)目的與任務(wù) 目的 : 熟練掌握 SQL和 Power Design的基本知識(shí)和技能 。 掌握數(shù)據(jù)庫(kù)的基本范式 ,第一范式、第二范式、第三范式;掌握數(shù)據(jù)庫(kù)建模的基本流程 。 利用數(shù)據(jù)庫(kù)的基本知識(shí)技能,解決日常生活中經(jīng)常面臨的問(wèn)題 。 培養(yǎng)分析、理解、解決、設(shè)計(jì)數(shù)據(jù)庫(kù)問(wèn)題的能力;提高學(xué)生的科技論文的寫作能力。 任務(wù): 本課程設(shè)計(jì)一個(gè)唱片管理系統(tǒng)。 在概念設(shè)計(jì)的基礎(chǔ)上,根據(jù)設(shè)計(jì)得到系統(tǒng)總的 ER 圖,按照概念模式與關(guān)系表轉(zhuǎn)化的一般規(guī)則,結(jié)合實(shí)際的需要進(jìn)行邏輯設(shè)計(jì), E— R 圖中的實(shí)體、實(shí)體的屬性和實(shí)體之間的聯(lián)系轉(zhuǎn)化為關(guān)系模式,以規(guī)范化理論為指導(dǎo)對(duì)關(guān)系模式進(jìn)行合理的優(yōu)化,得到所支持的數(shù)據(jù)表。 湖南人文科技學(xué)院課程設(shè)計(jì) 第 3