[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 998   SHUFFLE   <  SKIP 369  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25978Perez, Morgan92806La JollaCaliforniaUnited States
13037Pal, Terrence, M2061Milsons PointNew South WalesAustralia
20389Romero, Lee98107BallardWashingtonUnited States

Generated 2025-07-19 17:33:33.876 UTC