Changes between Version 11 and Version 12 of Normalization
- Timestamp:
- 02/13/25 11:29:34 (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Normalization
v11 v12 15 15 16 16 R = { client_id, client_name, client_email, client_phone, client_type_id, client_type_name, client_type_description, address_id, street, city, postcode } 17 18 ||= ID (client_id) =||= Name (client_name) =||= Email (client_email) =||= Phone (client_phone) =||= Type ID (client_type_id) =||= Type name (client_type_name) =||= Type description (client_type_description) =||= Address ID (address_id) =||= Street =||= City =||= Postcode =|| 19 ||= 1 =||= John Doe =||= john@example.com =||= 123-456-789 =||= 1 =||= Individual =||= Personal client =||= 101 =||= Main St 123 =||= Skopje =||= 1000 =|| 20 ||= 2 =||= Jane Smith =||= jane@example.com =||= 987-654-321 =||= 2 =||= Corporate =||= Business client =||= 102 =||= Oak Ave 456 =||= Bitola =||= 2000 =|| 17 21 18 22 Функциски зависности: