[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 2289 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20523 | Howard, Emma | 92806 | La Jolla | California | United States |
| 11256 | Hernandez, Katelyn, L | 98036 | Lynnwood | Washington | United States |
Generated 2025-10-30 17:16:57.499 UTC