[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 250 SHUFFLE < SKIP 345 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
15593 | Martin, Naomi, A | 7001 | Hobart | Tasmania | Australia |
11216 | Torres, Jasmine, A | 97205 | Portland | Oregon | United States |
Generated 2025-07-13 07:14:42.586 UTC