I'm writing up documentation for a tool that works with SQL schemas. It would make sense for the documentation to use a common example schema rather than making up a new one. Any recommendations for one that's already defined somewhere?
Ideally it would
I remember MS SQL Server 2000 documentation using their PUBS database, which was a database about publishers and authors and books. Not bad. But Microsoft has moved away from it to AdventureWorks and Northwind. Would anyone recommend any of those?
If you are talking cross-platform, I woulnd't recommend MS schemas as they are bound to have SQL Server specific features used in the DDL, so you lose the benefit of having DDL provided to you. AdventureWorks seems to be a decent schema, although I have not looked at it carefully. You could create the DDL manually to recreate a similar one in Oracle and others if you want
You can also find tons of other more generic schema examples here: