[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 185 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13089 | Alexander, Elizabeth | 4810 | Townsville | Queensland | Australia |
| 12816 | Mehta, Tammy | 80074 | München | Hamburg | Germany |
| 16618 | Subram, Cassandra, M | 5023 | Findon | South Australia | Australia |
Generated 2025-11-05 18:54:34.144 UTC