[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 0 SHUFFLE < SKIP 4040 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14172 | Garcia, Carla | SE1 8HL | London | England | United Kingdom |
| 20583 | Wang, Kristen, L | 22001 | Hamburg | Hessen | Germany |
Generated 2025-11-03 20:27:58.388 UTC