[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 1888 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16623 | Lal, Andres, L | 2444 | Port Macquarie | New South Wales | Australia |
| 22201 | Luo, Lindsey, R | 4810 | Townsville | Queensland | Australia |
| 16438 | Arthur, Kaitlin | 75003 | Paris | Seine (Paris) | France |
Generated 2025-11-05 05:04:41.724 UTC