TAILIEUCHUNG - PATTERNS OF DATA MODELING- P11

PATTERNS OF DATA MODELING- P11: Models provide the means for building quality software in a predictable manner. Models let developers think deeply about software and cope with large size and complexity. Developers can think abstractly before becoming enmeshed in the details of writing code. Although models are beneficial, they can be difficult to construct. That is where patterns come in. Patterns provide building blocks that help developers construct models faster and better. | Degenerate Node and Edge Template 31 Degenerate Node and Edge Template UML Template The degenerate node and edge template Figure is useful when there is a need to store data about the parent-child grouping. I call it degenerate node and edge because it is based on the node and edge directed graph template presented in the next chapter. This template rarely occurs. root parent Node 1 Entity child cannot be any cycles. Tree There Figure Degenerate node and edge UML template. Use when you need to store data about the parent-child coupling. A Tree is a hierarchy of entities and has one entity as the root. A Node is a position within a Tree and groups one parent Entity with all of its child Entities. An Entity is something with identity and data. The sequencing of the Nodes of a Tree occurs via the couplings to Entities. You need not show Tree in a use of the template. In this template Nodes have globally unique names as there is no context for defining the scope of uniqueness. IDEF1X Template Figure restates Figure with the IDEF1X notation. The following are foreign keys rootID references Node nodelD references Node and parentID references Entity. Tree Node Entity Figure Degenerate node and edge IDEF1X template. SQL Queries Figure and Figure show SQL queries for common traversals of the template. The colon prefix denotes variable values that must be provided for each query. 32 Chapter 2 Tree Template SELECT AS parentEntityID AS parentEntityName FROM Entity AS Child INNER JOIN Node AS N ON INNER JOIN Entity AS Parent ON WHERE aChildEntityID Figure Degenerate node and edge SQL query. Find the parent for a child node. SELECT AS childEntityID AS childEntityName FROM Entity AS Child INNER JOIN Node AS N ON INNER JOIN Entity AS Parent ON .

TỪ KHÓA LIÊN QUAN
TÀI LIỆU MỚI ĐĂNG
28    160    1    28-12-2024
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.