[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 2939 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26757 | Rivera, Evan, Y | 3977 | Cranbourne | Victoria | Australia |
| 21731 | Diaz, Alexandra, J | 92806 | La Jolla | California | United States |
Generated 2025-11-04 21:37:35.501 UTC