[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 127   SHUFFLE   <  SKIP 2052  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12103White, Chloe, C94611OaklandCaliforniaUnited States
11653Peterson, Sydney97355LebanonOregonUnited States
23060Long, Isabella, C94303Palo AltoCaliforniaUnited States

Generated 2025-07-15 20:17:37.171 UTC