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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25257Sanchez, Harold, T91910Chula VistaCaliforniaUnited States
13974Chandra, Tina, S2061Milsons PointNew South WalesAustralia
11841Nelson, SeanV3A 4R2LangleyBritish ColumbiaCanada

Generated 2025-07-14 02:31:59.419 UTC