[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 1004   <  SKIP 1008  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19967Deng, Devon, H1002SydneyNew South WalesAustralia
19974Fernandez, George1002SydneyNew South WalesAustralia
19598Powell, Kaitlyn1002SydneyNew South WalesAustralia

Generated 2025-11-05 16:03:46.994 UTC