There are a few posts in this mailing list that have people putting up
public domain database structures, with data, for different things to
track.  Google search also has come up with a few out there as well, but,
you really got to nail down the query as just searching for "Public domain
database" puts SQLite itself up at the top of the list.

If you want to work ground up, I'd recommend coming up with one of the
following
- Address/Contact book (Already mentioned)
- Game tracking database
- Twitter type of  database
- Notes database (Say, heading, sub-headings, content, footers stored in a
different table, etc)
- Library database - Keep tabs on owned books, ISBN numbers (Plenty of free
ISBN lookup services), who's borrowed what
- Authentication system


On Sun, Jun 28, 2015 at 8:24 AM, <bob_sqlite at web.de> wrote:

> Hi,
>
> I teach pupils SQL in school.
>
> I want to create exercises about the SQLite database of Whatsapp.
>
> Can you tell me the names of tables and the names of columns?
>
> For the tables, I'll think of data.
>
> Thank you,
>
> Bob
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>

Reply via email to