TAILIEUCHUNG - Chapter 2: Constraints, Triggers, Views

Chapter Outline, Declare foreign-key constraints, reference Maintain integrity, restrictions on property and Tuples, modify the constraints, the trigger options in the Design,. the content of the lecture chapter 2 "Constraints, Triggers, Views", invite you to refer for further reference accommodate learning and research. | Chapter 2 Constraints, Triggers, Views Chapter Outline Keys and Foreign Key Constraints on Attributes and Tuples Modification of Constraints Assertion Trigger Views Declaring Foreign-Key Constraints In SQL we may declare an attribute or attributes of one relation to be a foreign key, referencing some attribute(s) of a second relation (possibly the same relation) The referenced attribute(s) of the second relation must be declared UNIQUE or the PRIMARY KEY for their relation. Otherwise, we cannot make the foreign-key declaration. Values of the foreign key appearing in the first relation must also appear in the referenced attributes of some tuple. Two ways to declare a foreign key. Example: Suppose we wish to declare the relation Studio(name, address, presC#) which has a foreign key presC# that references cert# of relation: MovieExec(name, addreses, cert#, netWorth) We may declare presC# directly to reference cert# as follows: CREATE TABLE Studio ( name CHAR(30) .

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.