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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16990Griffin, Zachary92102San DiegoCaliforniaUnited States
21085Vazquez, Leslie, V66001SaarbrückenSaarlandGermany
13368Henderson, Kyle, C98055RentonWashingtonUnited States
27438Shan, Alejandro90706BellflowerCaliforniaUnited States

Generated 2025-07-11 06:27:00.468 UTC