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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21498Wilson, Cameron92118CoronadoCaliforniaUnited States
22301Rodriguez, Abigail90712LakewoodCaliforniaUnited States
28190Cook, Kimberly, R94063Redwood CityCaliforniaUnited States

Generated 2025-07-12 17:01:45.331 UTC