[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 3094 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17269 | Russell, Kevin | 98501 | Olympia | Washington | United States |
| 23614 | Cook, Rachel, T | OX1 | Oxford | England | United Kingdom |
Generated 2025-11-04 18:38:12.846 UTC