[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 1458 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
16028 | Cooper, Cody, A | 1002 | Sydney | New South Wales | Australia |
27155 | Hall, Eric, C | 75007 | Paris | Seine (Paris) | France |
17412 | Carter, Kaylee, E | 97301 | Salem | Oregon | United States |
Generated 2025-07-10 21:09:35.531 UTC