[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country ORDER BY City DESC > TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 480 SHUFFLE < SKIP 743 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18382 | Garcia, Isabella | V3A 4R2 | Langley | British Columbia | Canada |
| 28540 | Zhang, Leah | 92400 | Courbevoie | Hauts de Seine | France |
| 28675 | Mitchell, Angel, N | 91791 | West Covina | California | United States |
Generated 2025-11-06 05:00:09.773 UTC