[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 1993  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26448Yuan, Kara98312BremertonWashingtonUnited States
11851Mitchell, Jada94519ConcordCaliforniaUnited States
20004Perez, Kaitlin94519ConcordCaliforniaUnited States

Generated 2025-07-19 07:52:36.915 UTC