TAILIEUCHUNG - Chapter 3: More SQL

Chapter 3: More SQL includes More Complex SQL Retrieval Queries, Specifying Constraints as Assertions and Actions as Triggers, Views in SQL, Schema Change Statements in SQL, Database Programming and something else. | Chapter 3 MORE SQL Copyright 2004 Pearson Education Inc. Outline More Complex SQL Retrieval Queries Specifying Constraints as Assertions and Actions as Triggers Views in SQL Schema Change Statements in SQL Database Programming Elmasri Navathe Fundamentals of Database Systems Fourth Edition Copyright 2004 Ramez Elmasri and Shamkant Navathe Slide 3 - 2 NULLS IN SQL QUERIES SQL allows queries that check if a value is NULL missing or undefined or not applicable SQL uses IS or IS NOT to compare NULLs because it considers each NULL value distinct from other NULL values so equality comparison is not appropriate . Query 14 Retrieve the names of all employees who do not have supervisors. Q14 SELECT FNAME LNAME FROM EMPLOYEE WHERE SUPERSSN IS NULL Note If a join condition is specified tuples with NULL values for the join attributes are not included in the result__________________________________________________ Elmasri Navathe Fundamentals of Database Systems Fourth Edition Slide 3 - 3 Copyright 2004 Ramez Elmasri and Shamkant .

TỪ KHÓA LIÊN QUAN
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.