Đang chuẩn bị liên kết để tải về tài liệu:
Lecture Database system concepts (6/e): Chapter 6 - Silberschatz, Korth, Sudarshan

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Chapter 6 - Formal relational query languages. In this chapter, we start by presenting the relational algebra, which forms the basis of the widely used SQL query language. We then cover the tuple relational calculus and the domain relational calculus, which are declarative query languages based on mathematical logic. | Chapter 6: Formal Relational Query Languages Database System Concepts, 6th Ed. ©Silberschatz, Korth and Sudarshan See www.db-book.com for conditions on re-use Chapter 6: Formal Relational Query Languages Relational Algebra Tuple Relational Calculus Domain Relational Calculus Database System Concepts - 6th Edition 6.2 ©Silberschatz, Korth and Sudarshan Relational Algebra Procedural language Six basic operators select: σ project: ∏ union: ∪ set difference: – Cartesian product: x rename: ρ The operators take one or two relations as inputs and produce a new relation as a result. Database System Concepts - 6th Edition 6.3 ©Silberschatz, Korth and Sudarshan Select Operation – Example Relation r σA=B ^ D > 5 (r) Database System Concepts - 6th Edition 6.4 ©Silberschatz, Korth and Sudarshan Select Operation Notation: σ p(r) p is called the selection predicate Defined as: σp(r) = {t | t ∈ r and p(t)} Where p is a formula in propositional calculus consisting of terms connected by : ∧ (and), ∨ (or), ¬ (not) Each term is one of: op or where op is one of: =, ≠, >, ≥. <. ≤ Example of selection: σ dept_name=“Physics”(instructor) Database System Concepts - 6th Edition 6.5 ©Silberschatz, Korth and .

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.