[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 468   SHUFFLE   <  SKIP 643  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28049Washington, Xavier, T94611OaklandCaliforniaUnited States
13342Jackson, Brandon, C92118CoronadoCaliforniaUnited States
28604James, Allison, M97005BeavertonOregonUnited States
28795Allen, Jesse92625Newport BeachCaliforniaUnited States

Generated 2025-07-22 12:18:10.584 UTC