[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 998 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 28858 | Hughes, Aidan, E | 94941 | Mill Valley | California | United States |
| 22656 | Goel, Willie, T | LE18 | Leeds | England | United Kingdom |
| 26579 | Hayes, Hunter | 90401 | Santa Monica | California | United States |
Generated 2025-10-28 00:08:44.614 UTC