[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 1988 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20928 | Kapoor, Raymond, L | 63151 | Mühlheim | Hamburg | Germany |
| 15224 | Gutierrez, Pedro, S | 2055 | North Sydney | New South Wales | Australia |
Generated 2025-11-05 00:20:44.705 UTC