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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26517Griffin, Melanie, A91932Imperial BeachCaliforniaUnited States
22063Suarez, Joanna2036MalabarNew South WalesAustralia
20037Sanchez, Alyssa91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-13 22:44:43.141 UTC