Tổ chức dữ liệu và thông tin
Số trang: 51
Loại file: ppt
Dung lượng: 2.32 MB
Lượt xem: 16
Lượt tải: 0
Xem trước 6 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Các mục tiêu
• Cách thức quản lý dữ liệu dựa trên phương pháp
database có nhiều ưu điểm hơn phương pháp filebased.
– Định nghĩa các khái niệm cơ bản về quản lý dữ liệu
và các thuật ngữ có liên quan
– Giới thiệu Mô hình dữ liệu quan hệ và liệt kê các tính
năng cơ bản
Nội dung trích xuất từ tài liệu:
Tổ chức dữ liệu và thông tin TỔ CHỨC DỮ LIỆU VÀ THÔNG TIN CH Các mục tiêu • Cách thức quản lý dữ liệu dựa trên phương pháp database có nhiều ưu điểm hơn phương pháp file- based. – Định nghĩa các khái niệm cơ bản về quản lý dữ liệu và các thuật ngữ có liên quan – Giới thiệu Mô hình dữ liệu quan hệ và liệt kê các tính năng cơ bản 2 Principles and Learning Objectives (continued) • Một CSDL được thiết kế và quản lý tốt sẽ là một công cụ rất hữu ích cho việc ra quyết định trong kinh doanh – Xác định các chức năng cơ bản thực hiện bởi các h ệ quản trị CSDL và mô tả một vài hệ quản trị CSDL thông dụng 3 Principles and Learning Objectives (continued) • Các ứng dụng CSDL phát triển rất nhanh chóng và có những ảnh hưởng rất lớn đến hiệu quả kinh doanh – Xác định và miêu tả ngắn gọn về các ứng dụng CSDL hiện tại 4 Data Management: The Hierarchy of Data • Bit (a binary digit): a circuit that is either on or off • Byte: 8 bits • Character: each byte represents a character; the basic building block of information • Field: name, number, or characters that describe an aspect of a business object or activity 5 The Hierarchy of Data (continued) • Record: a collection of related data fields • File: a collection of related records • Database: a collection of integrated and related files • Hierarchy of data – Bits, characters, fields, records, files, and databases 6 The Hierarchy of Data (continued) Figure 3.1: The Hierarchy of Data 7 Data Entities, Attributes, and Keys • Entity – Thực thể: a generalized class of people, places, or things (objects) for which data is collected, stored, and maintained • Attribute – Thuộc tính: a characteristic of an entity • Data item – Giá trị thuộc tính: a value of an attribute • Key - Khóa: field(s) that identify a record • Primary key – Khóa chính: field(s) that uniquely identify a record 8 Data Entities, Attributes, and Keys (continued) Figure 3.2: Keys and Attributes 9 The Traditional Approach Versus the Database Approach • Traditional approach – Phương pháp truyền thống: separate data files are created for each application – Results in data redundancy (duplication) – Dư th ừa dữ liệu – Data redundancy conflicts with data integrity – Toàn vẹn dữ liệu • Database approach – Phương pháp dựa trên CSDL: pool of related data is shared by multiple applications – Significant advantages over traditional approach 10 The Traditional Approach Versus the Database Approach (continued) Figure 3.3: The Traditional Approach to Data Management 11 The Traditional Approach Versus the Database Approach (continued) Figure 3.4: The Database Approach to Data Management 12 The Traditional Approach Versus the Database Approach (continued) Table 3.1: Advantages of the Database Approach 13 The Traditional Approach Versus the Database Approach (continued) Table 3.1: Advantages of the Database Approach (continued) 14 The Traditional Approach Versus the Database Approach (continued) Table 3.2: Disadvantages of the Database Approach 15 Mô hình hóa dữ liệu và Mô hình Cơ sở dữ liệu quan hệ • Khi xây dựng một cơ sở dữ liệu, cần xem xét các khía cạnh – Nội dung: What data should be collected, at what cost? – Truy cập: What data should be provided to which users, and when? – Cấu trúc logic: How should data be arranged to make sense to a given user? – Tổ chức vật lý: Where should data be physically located? 16 Mô hình dữ liệu - Data Modeling • Building a database requires two types of design – Logical design (Thiết kế logic) • Shows an abstract model of how data should be structured and arranged to meet an organization’s information needs – Physical design (Thiết kế vật lý) • Fine-tunes the logical database design for performance and cost considerations 17 Data Modeling (continued) • Mô hình dữ liệu - Data model: Lược đồ mô hình các thực thể dữ liệu và mối quan hệ giữa chúng • Lược đồ Quan hệ Thực thể - Entity-relationship (ER) diagrams: Các mô hình dữ liệu sử dụng các ký hiệu đồ họa để biểu diễn tổ chức dữ liệu và mối quan hệ giữa các dữ liệu 18 Data Modeling (continued) Figure 3.5: An Entity-Relationship (ER) Diagram for a Customer Order Database 19 The Relational Database Model • Mô hình quan hệ - Relational model: all data elements are placed in two-dimensional tables (relations), which are the logical equivalent of files • In the relational model: – Each row of a table represents a data entity – Columns of the table represent attributes • Miền - Domain: the allowable values for data attributes ...
Nội dung trích xuất từ tài liệu:
Tổ chức dữ liệu và thông tin TỔ CHỨC DỮ LIỆU VÀ THÔNG TIN CH Các mục tiêu • Cách thức quản lý dữ liệu dựa trên phương pháp database có nhiều ưu điểm hơn phương pháp file- based. – Định nghĩa các khái niệm cơ bản về quản lý dữ liệu và các thuật ngữ có liên quan – Giới thiệu Mô hình dữ liệu quan hệ và liệt kê các tính năng cơ bản 2 Principles and Learning Objectives (continued) • Một CSDL được thiết kế và quản lý tốt sẽ là một công cụ rất hữu ích cho việc ra quyết định trong kinh doanh – Xác định các chức năng cơ bản thực hiện bởi các h ệ quản trị CSDL và mô tả một vài hệ quản trị CSDL thông dụng 3 Principles and Learning Objectives (continued) • Các ứng dụng CSDL phát triển rất nhanh chóng và có những ảnh hưởng rất lớn đến hiệu quả kinh doanh – Xác định và miêu tả ngắn gọn về các ứng dụng CSDL hiện tại 4 Data Management: The Hierarchy of Data • Bit (a binary digit): a circuit that is either on or off • Byte: 8 bits • Character: each byte represents a character; the basic building block of information • Field: name, number, or characters that describe an aspect of a business object or activity 5 The Hierarchy of Data (continued) • Record: a collection of related data fields • File: a collection of related records • Database: a collection of integrated and related files • Hierarchy of data – Bits, characters, fields, records, files, and databases 6 The Hierarchy of Data (continued) Figure 3.1: The Hierarchy of Data 7 Data Entities, Attributes, and Keys • Entity – Thực thể: a generalized class of people, places, or things (objects) for which data is collected, stored, and maintained • Attribute – Thuộc tính: a characteristic of an entity • Data item – Giá trị thuộc tính: a value of an attribute • Key - Khóa: field(s) that identify a record • Primary key – Khóa chính: field(s) that uniquely identify a record 8 Data Entities, Attributes, and Keys (continued) Figure 3.2: Keys and Attributes 9 The Traditional Approach Versus the Database Approach • Traditional approach – Phương pháp truyền thống: separate data files are created for each application – Results in data redundancy (duplication) – Dư th ừa dữ liệu – Data redundancy conflicts with data integrity – Toàn vẹn dữ liệu • Database approach – Phương pháp dựa trên CSDL: pool of related data is shared by multiple applications – Significant advantages over traditional approach 10 The Traditional Approach Versus the Database Approach (continued) Figure 3.3: The Traditional Approach to Data Management 11 The Traditional Approach Versus the Database Approach (continued) Figure 3.4: The Database Approach to Data Management 12 The Traditional Approach Versus the Database Approach (continued) Table 3.1: Advantages of the Database Approach 13 The Traditional Approach Versus the Database Approach (continued) Table 3.1: Advantages of the Database Approach (continued) 14 The Traditional Approach Versus the Database Approach (continued) Table 3.2: Disadvantages of the Database Approach 15 Mô hình hóa dữ liệu và Mô hình Cơ sở dữ liệu quan hệ • Khi xây dựng một cơ sở dữ liệu, cần xem xét các khía cạnh – Nội dung: What data should be collected, at what cost? – Truy cập: What data should be provided to which users, and when? – Cấu trúc logic: How should data be arranged to make sense to a given user? – Tổ chức vật lý: Where should data be physically located? 16 Mô hình dữ liệu - Data Modeling • Building a database requires two types of design – Logical design (Thiết kế logic) • Shows an abstract model of how data should be structured and arranged to meet an organization’s information needs – Physical design (Thiết kế vật lý) • Fine-tunes the logical database design for performance and cost considerations 17 Data Modeling (continued) • Mô hình dữ liệu - Data model: Lược đồ mô hình các thực thể dữ liệu và mối quan hệ giữa chúng • Lược đồ Quan hệ Thực thể - Entity-relationship (ER) diagrams: Các mô hình dữ liệu sử dụng các ký hiệu đồ họa để biểu diễn tổ chức dữ liệu và mối quan hệ giữa các dữ liệu 18 Data Modeling (continued) Figure 3.5: An Entity-Relationship (ER) Diagram for a Customer Order Database 19 The Relational Database Model • Mô hình quan hệ - Relational model: all data elements are placed in two-dimensional tables (relations), which are the logical equivalent of files • In the relational model: – Each row of a table represents a data entity – Columns of the table represent attributes • Miền - Domain: the allowable values for data attributes ...
Tìm kiếm theo từ khóa liên quan:
kỹ năng văn phòng tổ chức dữ liệu hệ thống thông tin mô hình dữ liệu quan hệ phương pháp filebased ứng dụng CSDLTài liệu liên quan:
-
Bài tập thực hành môn Phân tích thiết kế hệ thống thông tin
6 trang 324 0 0 -
Bài thuyết trình Hệ thống thông tin trong bệnh viện
44 trang 256 0 0 -
Bài giảng HỆ THỐNG THÔNG TIN KẾ TOÁN - Chương 2
31 trang 234 0 0 -
Phương pháp và và ứng dụng Phân tích thiết kế hệ thống thông tin: Phần 1 - TS. Nguyễn Hồng Phương
124 trang 219 0 0 -
Đồ án tốt nghiệp: Xây dựng ứng dụng quản lý kho hàng trên nền Web
61 trang 215 0 0 -
62 trang 209 2 0
-
Bài giảng Phân tích thiết kế hệ thống thông tin - Chương 9: Thiết kế giao diện
21 trang 189 0 0 -
Giáo trình Phân tích thiết kế hệ thống thông tin (chương 2-bài 2)
14 trang 183 0 0 -
Bài thuyết trình Logistic: Thực tế hệ thống thông tin logistic của Công ty Vinamilk
15 trang 167 0 0 -
65 trang 165 0 0