[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 3104 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14547 | Thompson, Noah, L | TY31 | Runcorn | England | United Kingdom |
| 13859 | Deng, Kristin | 94010 | Burlingame | California | United States |
Generated 2025-11-01 11:24:35.363 UTC