[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   SHUFFLE   <  SKIP 68  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21434Smith, Isabella, F91776San GabrielCaliforniaUnited States
19630Raje, Jodi, E4655Hervey BayQueenslandAustralia
23355Serrano, Lance94704BerkeleyCaliforniaUnited States

Generated 2025-07-09 17:48:14.232 UTC