[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 250   <  SKIP 6550  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25172Gray, Evan94611OaklandCaliforniaUnited States
26004Washington, Arthur94611OaklandCaliforniaUnited States
26094Butler, Sarah94611OaklandCaliforniaUnited States

Generated 2025-07-21 20:33:23.740 UTC