[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 456   SHUFFLE   <  SKIP 2036  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19736Kelly, Rachel94109San FranciscoCaliforniaUnited States
15824Kumar, Lindsay, L94014ColmaCaliforniaUnited States
23669Torres, Sean94611OaklandCaliforniaUnited States

Generated 2025-07-19 05:49:50.729 UTC