[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 3669   SHUFFLE   <  SKIP 2032  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17859Gonzalez, Wyatt, S91950Lincoln AcresCaliforniaUnited States
27293Jackson, Kaitlyn91203GlendaleCaliforniaUnited States
18428Henderson, Alexis97205PortlandOregonUnited States

Generated 2025-07-13 20:34:57.648 UTC