[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 SHUFFLE < SKIP 520 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 23921 | Lee, Charles | 91054 | Erlangen | Bayern | Germany |
| 24657 | Brooks, Alyssa, F | 98403 | Tacoma | Washington | United States |
| 21418 | Chapman, Alicia, A | 4000 | Brisbane | Queensland | Australia |
Generated 2025-11-01 06:02:23.710 UTC