[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 3997 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 28679 | Bryant, Julian, A | 97301 | Salem | Oregon | United States |
| 22557 | Scott, Jason | LE18 | Leeds | England | United Kingdom |
Generated 2025-11-05 22:22:40.737 UTC