[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 3290 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22949 | Butler, Gavin, D | 2444 | Port Macquarie | New South Wales | Australia |
| 26043 | Becker, Jodi | 98312 | Bremerton | Washington | United States |
| 26723 | Kelly, Devin, A | 91977 | Spring Valley | California | United States |
Generated 2025-10-28 16:04:54.196 UTC