[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 610   SHUFFLE   <  SKIP 2  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22159Davis, David98501OlympiaWashingtonUnited States
17936Deng, Tonya, OPE17BuryEnglandUnited Kingdom
15768Walker, Victoria, E90712LakewoodCaliforniaUnited States
21233Smith, Christopher, E94070San CarlosCaliforniaUnited States

Generated 2025-11-06 00:19:14.644 UTC