[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 1002 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17276 | Jenkins, Elijah, S | 98270 | Marysville | Washington | United States |
| 21404 | Sanz, Julio, H | 4655 | Hervey Bay | Queensland | Australia |
Generated 2025-10-30 01:19:38.376 UTC