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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12266Lin, Tiffany33098PaderbornNordrhein-WestfalenGermany
12232Hernandez, Sean, E33098PaderbornNordrhein-WestfalenGermany
12469Srini, Shane, D33098PaderbornNordrhein-WestfalenGermany

Generated 2025-07-19 02:17:27.967 UTC