[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 456   SHUFFLE   <  SKIP 976  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28415Rogers, Melissa, JPE17BuryEnglandUnited Kingdom
21334Nelson, Mason90012Los AngelesCaliforniaUnited States
28083Foster, Kaitlyn, M90706BellflowerCaliforniaUnited States

Generated 2025-07-18 11:13:53.437 UTC