[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 3889  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14322Thomas, Sydney2450Coffs HarbourNew South WalesAustralia
26064Scott, Logan99202SpokaneWashingtonUnited States
17531Ramirez, Isaac97045Oregon CityOregonUnited States

Generated 2025-07-12 04:08:45.283 UTC