[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 327   SHUFFLE   <  SKIP 1495  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20010Carter, Jackson, S92102San DiegoCaliforniaUnited States
28066Taylor, Justin, G90241DowneyCaliforniaUnited States
21633Zhang, Cameron, F98371PuyallupWashingtonUnited States

Generated 2025-07-16 11:46:09.331 UTC