[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 2147   SHUFFLE   <  SKIP 402  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17153Butler, Devin, M91502BurbankCaliforniaUnited States
23793Kumar, Ryan98168BurienWashingtonUnited States
17740Liang, Colleen, Q91940Les UlisEssonneFrance
21155Flores, Jeremiah, D91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-18 10:09:13.807 UTC