[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 328   SHUFFLE   <  SKIP 3200  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23092Brooks, Gabrielle, M91950National CityCaliforniaUnited States
23809Sanchez, Danielle91950National CityCaliforniaUnited States
12022Wright, Jose97071WoodburnOregonUnited States

Generated 2025-07-20 19:26:41.773 UTC