Modern XBase clones like Flagship (Clipper clone, sort of), Harbour project (ditto), and many others come close. You still have to do some programming, but it is not too difficult for an IT-savvy non-programmer to pick up. Clipper apps still run many small businesses in India (I know for sure) and likely many other countries too. Data entry in such apps is extremely fast once the operator gets used to the app. They did have a few useful features like drop-down lists, incremental search in that (programmed), etc.<p>Some of these clones will have a DB CRUD language similar to the original dBASE, some of them might have SQL support too. I know that some years ago, many of the dBASE competitors (and dBASE IV or V itself, plus Foxpro) had somewhat decent SQL support (though not with all the features of a full-fledged RDBMS).<p>Some medium to large LOB apps have been built with XBASE tech too, in the past. I worked on a somewhat big one several years ago, for a switchgear products company. It was like parts of an ERP. It was in Foxpro for Windows on Novell Netware, and we used the SQL in it heavily. I remember writing tons of SQL reports near the end of the project (after the other CRUD work was done), and getting a bit bored with that at first, until I worked out that there were some patterns of permutations / combinations in the kinds of reports needed (by country, by region, by product category, by product accessory, by date, by order's commercial terms, etc. etc.), and then enjoyed the work a bit more, by working out how to do it systematically, changing one parameter at a time, so as to reuse as much of the previous report's SQL code as possible :)