Changes between Version 1 and Version 2 of View5
- Timestamp:
- 08/21/26 08:53:54 (25 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
View5
v1 v2 52 52 ==== Logic explanation 53 53 **1.** The `request` table provides the request details. 54 54 55 **2.** `make_request` connects each request with the client who submitted it. 56 55 57 **3.** `client` provides customer information. 58 56 59 **4.** `answers` connects requests with personnel members who answered them. 60 57 61 **5.** `personal` provides information about the employee. 62 58 63 **6.** LEFT JOIN is used for answers because a request may not have been answered yet. 59 64
