[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 3101 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15728 | Sharma, Keith | 3977 | Cranbourne | Victoria | Australia |
| 15849 | Kelly, Destiny, C | 99202 | Spokane | Washington | United States |
Generated 2025-10-27 23:49:28.972 UTC