[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 444   SHUFFLE   <  SKIP 2010  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16783Barnes, Grace, R98403TacomaWashingtonUnited States
23928Ye, Jaclyn45000OrleansLoiretFrance
27984Ramos, Rebekah, L4171HawthorneQueenslandAustralia
19124Bailey, Cody, G94303Palo AltoCaliforniaUnited States

Generated 2025-07-17 23:32:56.676 UTC