[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 2513 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22743 | Murphy, Kaylee, A | 98033 | Kirkland | Washington | United States |
| 15490 | Rivera, Kaitlyn, R | V6B 3P7 | Port Hammond | British Columbia | Canada |
Generated 2025-11-04 21:05:07.596 UTC