Skip to content

seanHayes92/MS_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Notes: Runs on Python 3.10, straight out of the box, no need for any 3rd party modules.

Command: python3 ms_test/ms_exercise_1.py

Extra script to reset the test (delete DB and move file back to input): python3 ms_test/test_reset.py

#SQLITE commands

#Access the DB file
sqlite3 exercise_database.db

#Sample query to verify matchup

PRAGMA foreign_keys = ON;
select * from input_text_reference_table JOIN word_frequency_table on input_text_reference_table.id = word_frequency_table.text_body_id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages