[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 480   SHUFFLE   <  SKIP 78  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14431Moore, Kayla, A90210Beverly HillsCaliforniaUnited States
11959Davis, Elizabeth, K91945Lemon GroveCaliforniaUnited States
20502Harris, John90241DowneyCaliforniaUnited States

Generated 2025-11-04 21:24:24.100 UTC