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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14717Rivera, Abigail, D59491Villeneuve-d'AscqNordFrance
26567Rai, Michele, M2060Lavender BayNew South WalesAustralia
14859Weber, Jarrod, M2060Lavender BayNew South WalesAustralia
18809King, Jason97005BeavertonOregonUnited States

Generated 2025-07-20 19:11:54.611 UTC