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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15761Thompson, Xavier, RV2M1P1NewtonBritish ColumbiaCanada
28855Perez, Alexandra, M94611OaklandCaliforniaUnited States
20326Blue, Paige94070San CarlosCaliforniaUnited States

Generated 2025-07-19 13:48:15.893 UTC