[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 838 SHUFFLE < SKIP 59 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18098 | Lee, Edward, C | 97068 | W. Linn | Oregon | United States |
| 22563 | Weber, Darren, A | 66001 | Saarbrücken | Saarland | Germany |
| 22308 | Lopez, Cassandra | EM15 | Esher-Molesey | England | United Kingdom |
Generated 2025-11-06 02:21:11.831 UTC