[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 5303  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26187Gill, Hector, M4655Hervey BayQueenslandAustralia
27523Martin, Kayla, E98225BellinghamWashingtonUnited States
16523Huang, Sandra, C4655Hervey BayQueenslandAustralia

Generated 2025-07-16 18:46:16.449 UTC