[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 511   SHUFFLE   <  SKIP 1998  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21757Wang, Elijah, S98033KirklandWashingtonUnited States
14873Long, Fernando91950Lincoln AcresCaliforniaUnited States
24407Peterson, Makayla94015Daly CityCaliforniaUnited States
28985Taylor, Andrew, B91791West CovinaCaliforniaUnited States

Generated 2025-07-16 17:56:45.671 UTC