[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 717   SHUFFLE   <  SKIP 1234  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26492Rodriguez, Ryan, M94014ColmaCaliforniaUnited States
21981Henderson, Isabella, L4000BrisbaneQueenslandAustralia
11177Flores, Jose, M92102San DiegoCaliforniaUnited States

Generated 2025-07-17 15:06:56.251 UTC