this may have been solved already by the original poster, but the intent of the 'use .txt/.sql' files is to submit a script file (.sql extension but it is essentially just a .txt file and opens in notepad easily), the script file will be able to be run in SQLite using the .read command and effectively build the database. the .db file is the actual built database, and can be used as well, but its cleaner and simpler to use a script and then build the .db
ANONYMOUS wrote:
> Hi everyone,
>
> I’m a bit confused about the submission format for our work. According to the submission webpage, it mentions that we need to submit a file in .txt format. However, when I convert my .db file to .txt, it only displays the tables and their values, but not the schema or the SQL queries that I’ve written.
>
> Are we supposed to submit the file showing just the tables, or should we also include the schema and the SQL queries used for the project?
>
> Any clarification would be greatly appreciated. Thanks in advance!