_AugmentedIntelligence Forums
Bible KJV SQL - Printable Version

+- _AugmentedIntelligence Forums (http://macdaddy4sure.com/forum)
+-- Forum: _AugmentedIntelligence (http://macdaddy4sure.com/forum/forumdisplay.php?fid=3)
+--- Forum: Datamining and Datasets (http://macdaddy4sure.com/forum/forumdisplay.php?fid=12)
+--- Thread: Bible KJV SQL (/showthread.php?tid=5)



Bible KJV SQL - Macdaddy4sure - 09-12-2023

_AugmentedIntelligence Bible_KJV.sql

Here is the Bible written in the original translation by King James of England, in SQL format.
Download Link: http://macdaddy4sure.com/Downloads/Bible_KJV.zip

P.S. I will post some example retrieve functions in C++ and Python.

Code:
1. Start MySQL and connect to the server of choice with:
mysql -h localhost -u root -p

2. Create a database called "Dictionary".
CREATE DATABASE Dictionary;

3. Select the database:
USE Dictionary;

4. Import the database
SOURCE C:/Path/to/Bible_KJV.zip;