[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 998 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18203 | Kumar, Louis, A | 2061 | Milsons Point | New South Wales | Australia |
| 20599 | Wang, Kyle | KB9 | Kirkby | England | United Kingdom |
Generated 2025-10-30 01:19:25.830 UTC