[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 593 SHUFFLE < SKIP 203 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12966 | Zhu, Dennis, E | 90210 | Beverly Hills | California | United States |
| 25109 | Rivera, Devin, J | 4700 | Rockhampton | Queensland | Australia |
| 26990 | Patel, Darren, C | 95010 | Hof | Bayern | Germany |
Generated 2025-11-05 13:29:07.369 UTC