[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 555   SHUFFLE   <  SKIP 989  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25685Liu, Barbara, A59368WerneNordrhein-WestfalenGermany
17380Adams, Nathan, C94704BerkeleyCaliforniaUnited States
22594James, Gabriella, SCM11BillericayEnglandUnited Kingdom
16907Hall, Sarah, J91950National CityCaliforniaUnited States

Generated 2025-07-22 02:03:38.633 UTC