[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 3087  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12418Hernandez, Robert97330CorvallisOregonUnited States
25396Ramirez, Xavier, G90241DowneyCaliforniaUnited States
13965Sara, Barry, R4655Hervey BayQueenslandAustralia
28158Luo, Clarence, M94704BerkeleyCaliforniaUnited States

Generated 2025-11-05 04:10:22.934 UTC