[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 512   SHUFFLE   <  SKIP 1070  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11508Wilson, Elizabeth, R98036LynnwoodWashingtonUnited States
16755James, Olivia98052RedmondWashingtonUnited States
16741Xu, Alan2138RhodesNew South WalesAustralia

Generated 2025-07-12 03:25:09.870 UTC