[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 507   SHUFFLE   <  SKIP 661  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27727Hill, Chloe, R92102San DiegoCaliforniaUnited States
25678Yang, Erica60082Frankfurt am MainHamburgGermany
18894Allen, Eric, O92625Newport BeachCaliforniaUnited States

Generated 2025-07-22 12:53:31.401 UTC