[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 3984 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 11581 | Jordan, Cindy | 75003 | Paris | Seine (Paris) | France |
| 17015 | Patterson, Kelly | 98403 | Tacoma | Washington | United States |
| 28818 | Hernandez, Dwayne, F | V8Y 1L1 | Cliffside | British Columbia | Canada |
Generated 2025-11-01 21:31:54.371 UTC