[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 1993   SHUFFLE   <  SKIP 3068  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14055Kumar, Alejandro2138RhodesNew South WalesAustralia
27353Andersen, Gilbert, T7001HobartTasmaniaAustralia
24558Brooks, Savannah, RCM11BillericayEnglandUnited Kingdom
23033Turner, Alex, J90712LakewoodCaliforniaUnited States

Generated 2025-07-21 06:25:47.716 UTC