[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 750   <  SKIP 7776  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14667Alexander, Olivia, L3000MelbourneVictoriaAustralia
15030Zheng, Jeffery, W3000MelbourneVictoriaAustralia
15043Gonzalez, Joel, A3000MelbourneVictoriaAustralia

Generated 2025-07-21 12:57:51.063 UTC