[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 548   SHUFFLE   <  SKIP 427  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15835Smith, Marcus, R90241DowneyCaliforniaUnited States
20443Cox, Adrian, J91941GrossmontCaliforniaUnited States
26067Morgan, Erin91945Lemon GroveCaliforniaUnited States

Generated 2025-07-19 05:42:27.089 UTC