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

正文內(nèi)容

anqingteacherscollegedepartmentofcomputer-文庫吧

2025-06-30 17:43 本頁面


【正文】 erver的安全管理 ? 第 17章:數(shù)據(jù)備份和還原 ? 第 18章:數(shù)據(jù)轉(zhuǎn)換 Principle and Application of Database System 內(nèi)容安排 ? 數(shù)據(jù)庫應用提高部分 * ? 第 19章: VB與數(shù)據(jù)庫 ? 第 20章:使用 DAO操作數(shù)據(jù)庫 ? 第 21章:使用 ADO操作數(shù)據(jù)庫 Principle and Application of Database System 安慶師范學院計算機與信息學院 數(shù)據(jù)庫系統(tǒng)概論 An Introduction to Database System 第 1章 數(shù)據(jù)庫系統(tǒng)概述 Principle and Application of Database System 167。 四個基本概念 ? 數(shù)據(jù) (Data) ? 數(shù)據(jù)庫 (Database) ? 數(shù)據(jù)庫管理系統(tǒng) (DBMS) ? 數(shù)據(jù)庫系統(tǒng) (DBS) Principle and Application of Database System 一、數(shù)據(jù) ? 信息:客觀世界中事物的存在方式和運動狀態(tài)及其變化的反映,是客觀事物之間相互聯(lián)系和相互作用的表征。 Principle and Application of Database System 一、數(shù)據(jù) ? 數(shù)據(jù)是對信息的符號化表示,即用一定的符號( 數(shù)字、文字、圖形、圖象、聲音等) 來表示信息。 ? 數(shù)據(jù)與信息的聯(lián)系: 數(shù)據(jù)是信息的載體,信息是數(shù)據(jù)的內(nèi)涵 。同一信息可以有不同的數(shù)據(jù)表示形式,而同一數(shù)據(jù)也可能有不同的解釋。 Principle and Application of Database System 數(shù)據(jù)舉例 ? 數(shù)據(jù): (李明,男, 1972,江蘇,計算機系, 1990) ? 李明是個大學生,男, 1972年出生,江蘇人,1990年考入計算機系 ? 李明是位老師,男, 1972年參加工作,江蘇人,計算機系, 1990年晉升為教授 ? 數(shù)據(jù)的形式不能完全表達其內(nèi)容,必須經(jīng)過解釋, 數(shù)據(jù)的解釋 即對數(shù)據(jù)語義的說明 信息 Principle and Application of Database System 二、數(shù)據(jù)庫(舉例) 學生登記表 學 號 姓 名 年 齡 性 別 系 名 年 級 95004 王小明 19 女 社會學 95 95006 黃大鵬 20 男 商品學 95 95008 張文斌 18 女 法律學 95 … … … … … … Principle and Application of Database System 二、數(shù)據(jù)庫 ? 人們收集并抽取出一個應用所需要的大量數(shù)據(jù)之后 , 應將其保存起來以供進一步加工處理 ,進一步抽取有用信息 ? 數(shù)據(jù)庫的定義 ? 數(shù)據(jù)庫 (Database,簡稱 DB)是 長期 儲存在計算機內(nèi) 、 有組織 的 、 可共享 的 大量 數(shù)據(jù)集合 Principle and Application of Database System 二、數(shù)據(jù)庫 ? 數(shù)據(jù)庫的特征 ? 數(shù)據(jù)按一定的 數(shù)據(jù)模型 組織 、 描述和存儲 ? 可為各種用戶共享 ? 冗余度較小 ? 易擴展 ? 數(shù)據(jù) 獨立性 較高 Principle and Application of Database System 三、數(shù)據(jù)庫管理系統(tǒng) ? 數(shù)據(jù)庫管理系統(tǒng) ( Database Management System, 簡稱 DBMS) 是位于用戶與操作系統(tǒng)之間的一層數(shù)據(jù)管理軟件 。 Principle and Application of Database System DBMS的主要功能 ? 數(shù)據(jù)定義功能 提供數(shù)據(jù)定義語言 (DDL) 定義數(shù)據(jù)庫中的數(shù)據(jù)對象 ? 數(shù)據(jù)操縱功能 : 提供數(shù)據(jù)操縱語言 (DML)操縱數(shù)據(jù) 實現(xiàn)對數(shù)據(jù)庫的基本操作 (查詢 、 插入 、 刪除和修改 ) Principle and Application of Database System DBMS的主要功能 ? 數(shù)據(jù)庫的運行管理 安全性控制 完整性控制 多用戶對數(shù)據(jù)的并發(fā)使用時的并發(fā)控制 Principle and Application of Database System DBMS的主要功能 ? 數(shù)據(jù)庫的建立和維護功能 (實用程序 ) 數(shù)據(jù)庫數(shù)據(jù)批量裝載 數(shù)據(jù)庫轉(zhuǎn)儲 介質(zhì)故障恢復 數(shù)據(jù)庫的重組織 性能監(jiān)視 、 分析等 Principle and Application of Database System 四、數(shù)據(jù)庫系統(tǒng) ? 數(shù)據(jù)庫系統(tǒng) ( Database System, 簡稱 DBS)是指在計算機系統(tǒng)中引入數(shù)據(jù)庫后的系統(tǒng)構(gòu)成 。 ? 數(shù)據(jù)庫系統(tǒng)的構(gòu)成 ? 由數(shù)據(jù)庫 、 數(shù)據(jù)庫管理系統(tǒng) 、 應用系統(tǒng) ( 及其開發(fā)工具 ) 、 數(shù)據(jù)庫管理員和用戶構(gòu)成 。 Principle and Application of Database System 數(shù)據(jù)庫系統(tǒng)構(gòu)成圖 數(shù)據(jù)庫 應用開發(fā)工具 數(shù)據(jù)庫管理系統(tǒng) 應用系統(tǒng) 操作系統(tǒng) 用戶 用戶 用戶 數(shù)據(jù)庫管理員 圖 數(shù)據(jù)庫系統(tǒng) Principle and Application of Database System 數(shù)據(jù)庫系統(tǒng)在計算機系統(tǒng)中的地位 硬件 操作系統(tǒng) D B M S 編譯系統(tǒng) 應用開發(fā)工具 應用系統(tǒng) 圖 數(shù)據(jù)庫在計算機系統(tǒng)中的地位 Principle and Application of Database System 167。 數(shù)據(jù)管理技術的產(chǎn)生和發(fā)展 ? 什么是數(shù)據(jù)管理 ? 對數(shù)據(jù)進行分類 、 組織 、 編碼 、 存儲 、 檢索和維護 ? 數(shù)據(jù)管理技術的發(fā)展過程 在應用需求的推動下 , 在計算機硬件 、 軟件發(fā)展的基礎上 , 數(shù)據(jù)管理技術經(jīng)歷了下面三個階段 : ?
點擊復制文檔內(nèi)容
電大資料相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1