[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 4   SHUFFLE   <  SKIP 225  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28637Lee, Brandon91932Imperial BeachCaliforniaUnited States
26434Romero, Mallory1002SydneyNew South WalesAustralia
23427Sai, Jay, A1002SydneyNew South WalesAustralia

Generated 2025-07-18 06:46:36.295 UTC