[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 2037  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23537Hernandez, Victor, T1002SydneyNew South WalesAustralia
23545Liu, Lacey, L1002SydneyNew South WalesAustralia
23099Suarez, Kristi, D1002SydneyNew South WalesAustralia

Generated 2025-11-06 01:14:29.418 UTC