[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 250   <  SKIP 7731  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23410Alvarez, Carrie, W1597Lane CoveNew South WalesAustralia
23438Vance, Toni, L1597Lane CoveNew South WalesAustralia
24268Gill, Meredith, E1597Lane CoveNew South WalesAustralia

Generated 2025-07-18 23:18:45.315 UTC