We identify the key attribute for the ClientRental unnormalized table as clientNo. Next, we
identify the repeating group in the unnormalized table as the property rented details, which
repeats for each client. The structure of the repeating group is:
Repeating Group = (propertyNo, pAddress, rentStart, rentFinish, rent, ownerNo, oName)
As a consequence, there are multiple values at the intersection of certain rows and
columns. For example, there are two values for propertyNo (PG4 and PG16) for the client
named John Kay. To transform an unnormalized table into 1NF, we ensure that there is a
single value at the intersection of each row and column. This is achieved by removing the
repeating group.
With the first approach, we remove the repeating group (property rented details) by
entering the appropriate client data into each row. The resulting first normal form
ClientRental relation is shown in Figure 13.11.
In Figure 13.12, we present the functional dependencies (fd1 to fd6) for the ClientRental
relation. We use the functional dependencies (as discussed in Section 13.4.3) to identify
candidate keys for the ClientRental relation as being composite keys comprising (clientNo,
Figu
เราระบุคุณลักษณะที่สำคัญสำหรับตาราง unnormalized clientrental เป็น clientno . ต่อไปเรา
ระบุซ้ำในกลุ่ม unnormalized โต๊ะเป็นคุณสมบัติหรือรายละเอียดซึ่ง
ซ้ำสำหรับลูกค้าแต่ละราย โครงสร้างของการทำซ้ำกลุ่มกลุ่ม :
= ( propertyno paddress rentstart rentfinish , , , , ownerno oname
, ) อย่างไรก็ดีมีหลายๆ ค่า ที่จุดตัดของแถวและคอลัมน์แน่นอน
. ตัวอย่างเช่น มีอยู่สองค่า ( และ propertyno pg4 pg16 ) สำหรับลูกค้า
ชื่อ จอห์น เค เพื่อแปลงตาราง unnormalized เป็น 1NF เรามั่นใจว่ามี
ค่าเดียวที่จุดตัดของแต่ละแถวและคอลัมน์ นี่คือความโดยการเอา
ซ้ำกลุ่ม ด้วยวิธีการแรกเราลบซ้ำกลุ่ม ( คุณสมบัติหรือรายละเอียด ) โดย
ป้อนข้อมูลลูกค้าที่เหมาะสมลงในแต่ละแถว ผลแรกรูปแบบปกติ
clientrental ความสัมพันธ์ที่ถูกแสดงในรูป 13.11 .
ในรูป 13.12 เราเสนอการอ้างอิงการทำงาน ( เพื่อการวิเคราะห์เพื่อ fd6 ) สำหรับความสัมพันธ์ clientrental
เราใช้พึ่งพาการทำงาน ( ตามที่กล่าวไว้ในมาตรา 13.4.3
) เพื่อระบุผู้สมัครคีย์สำหรับความสัมพันธ์ clientrental เป็นคอมโพสิตคีย์ประกอบด้วย ( clientno figu
,
การแปล กรุณารอสักครู่..