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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27932Diaz, Leslie, M45001EssenHamburgGermany
13965Sara, Barry, R4655Hervey BayQueenslandAustralia
29153Arun, Pedro90210Beverly HillsCaliforniaUnited States
20772Garcia, Samantha91364Woodland HillsCaliforniaUnited States

Generated 2025-07-12 11:56:06.587 UTC