tables in a sqlite db

Is it possible to change the name of a table in sqlite? Also, how can you get the names of every table in a db?

Browser: Firefox 2.0.0.4
Operating System: Mac OS X (10.4)

I was browsing around and found this documentation.

Don’t know if it helps.

http://www.sqlite.org/lang_altertable.html

and and I think using .tables lists all tables in a database.

It’s been a while since you posted this so you’ve probably figured it out already. But I figured I’d respond anyways.