Seeing your other question regarding databases I would recommend reading
this.
The concept of tables (in the classical sense) does not really apply to SQL(ite). I mean you still have tables but you work with queries on a database that contains (or can can contain, multiple) tables.
Edit: In that regards the question from Zvoni is legitimate (and deserves an answer in case requiring more/detailed help). That is, unless you prefer to try figure everything out on your own (which to be fair is also a legitimate answer/path).