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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26607Powell, Natalie, L94704BerkeleyCaliforniaUnited States
25001Xu, Clayton, W1002SydneyNew South WalesAustralia
21256Torres, Meghan, I2060Lavender BayNew South WalesAustralia

Generated 2025-07-19 07:48:45.220 UTC