[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 1425  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14252Cook, Destiny, G97205PortlandOregonUnited States
17875Anand, Tommy33041PaderbornHamburgGermany
21651Cooper, Sean, L98371PuyallupWashingtonUnited States
13298Harris, Anna, L91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-16 22:02:08.877 UTC