Create a demo SQLite database
This function creates a temporary SQLite database for demonstration purposes. It populates the database with two tables: 'mtcars' and 'faithful'.
demoDb()
Useful links