[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 1903 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18767 | Alonso, Gary, C | 4655 | Hervey Bay | Queensland | Australia |
| 28584 | Mr., Smith, Rolando, T. | 94704 | Berkeley | California | United States |
Generated 2025-11-04 21:37:00.344 UTC