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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13051Jones, Ethan2580GoulburnNew South WalesAustralia
12615Hill, NathanLE18LeedsEnglandUnited Kingdom
27390Zeng, Leah98168BurienWashingtonUnited States

Generated 2025-07-19 12:35:36.939 UTC