[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 0   SHUFFLE   <  SKIP 1889  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24996Miller, Dylan90210Beverly HillsCaliforniaUnited States
16203Raje, Warren, N94310OrlyVal de MarneFrance
18763Chander, Julie, E2036MalabarNew South WalesAustralia
13902Simmons, Jeremiah94519ConcordCaliforniaUnited States
25354Hughes, Kevin, A91364Woodland HillsCaliforniaUnited States
21926Henderson, Melanie97071WoodburnOregonUnited States
13263Anand, Kate, K59223RoncqNordFrance

Generated 2025-11-05 13:15:16.829 UTC