[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 512   SHUFFLE   <  SKIP 596  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21330Clark, Isabella94063Redwood CityCaliforniaUnited States
28801Hall, Katelyn, E98201EverettWashingtonUnited States
28049Washington, Xavier, T94611OaklandCaliforniaUnited States
20496Roberts, Jada, J92020El CajonCaliforniaUnited States

Generated 2025-07-14 15:52:42.979 UTC