[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2421   SHUFFLE   <  SKIP 287  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27970Andersen, Willie, M2113North RydeNew South WalesAustralia
12957Lopez, Isabella91977Spring ValleyCaliforniaUnited States
27657Chandra, Frederick60610ChicagoIllinoisUnited States

Generated 2025-07-12 20:10:57.542 UTC