[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 750 SHUFFLE < SKIP 2110 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15842 | Gray, Haley | 99202 | Spokane | Washington | United States |
| 17398 | Lopez, Kaylee, E | 94611 | Oakland | California | United States |
| 14431 | Moore, Kayla, A | 90210 | Beverly Hills | California | United States |
Generated 2025-11-05 00:12:34.281 UTC