2 questions : flat database and how to populate 1
Feb 3, 2010 8:18:27 GMT -5
Post by alix on Feb 3, 2010 8:18:27 GMT -5
Hi Everyone,
I'm new at database and I need to create a rather large one. And then I want to use RB to extract useful information from it.
I have read through the basic doc but I can't find an answer for 2 simple questions.
1) In the RB Help file, it says : 'SQLite databases are kept in simple flat files' . And in the SQL online course, chapter 10, sqlcourse2.com/joins.html , it says 'Joins can be explained easier by demonstrating what would happen if you worked with one table only, and didn't have the ability to use "joins". This single table database is also sometimes referred to as a "flat table".'
So does this mean that Sqlite is a flat table kind of database ? where you can only have one table ? or where you can have several tables but you don't have the ability to use joins ?
2) What is the best way of filling up a database with data ? I thought of having several text files for containing the data. Each text file would correspond to a column of a table. And then, one could maybe somehow use RB to transfer the data from the text file into the database
Hope these questions are not too rudimentary ... :P
I'm new at database and I need to create a rather large one. And then I want to use RB to extract useful information from it.
I have read through the basic doc but I can't find an answer for 2 simple questions.
1) In the RB Help file, it says : 'SQLite databases are kept in simple flat files' . And in the SQL online course, chapter 10, sqlcourse2.com/joins.html , it says 'Joins can be explained easier by demonstrating what would happen if you worked with one table only, and didn't have the ability to use "joins". This single table database is also sometimes referred to as a "flat table".'
So does this mean that Sqlite is a flat table kind of database ? where you can only have one table ? or where you can have several tables but you don't have the ability to use joins ?
2) What is the best way of filling up a database with data ? I thought of having several text files for containing the data. Each text file would correspond to a column of a table. And then, one could maybe somehow use RB to transfer the data from the text file into the database
Hope these questions are not too rudimentary ... :P