To import a dataset into a relational table in SQLite, do the following:
If you don't already have the necessary CSV file, one way to create it is to open/import your dataset in Excel, add a row with the attribute names at the top of the file if there isn't already one there, and then use File->Save As to save the data as a CSV file.