Dataset Viewer
Auto-converted to Parquet Duplicate
db_id
stringlengths
3
31
sqlite_filename
stringlengths
10
38
sqlite
unknown
compression
stringclasses
1 value
schema_sql
stringlengths
0
322M
academic
academic.sqlite
[ 31, 139, 8, 0, 75, 172, 251, 104, 2, 255, 237, 217, 93, 111, 219, 84, 24, 192, 241, 184, 47, 118, 155, 190, 164, 123, 233, 188, 174, 235, 228, 122, 154, 154, 104, 27, 85, 84, 16, 154, 184, 128, 50, 21, 132, 182, 137, 183, ...
gzip
PRAGMA foreign_keys = ON; CREATE TABLE "author" ( "aid" int, "homepage" text, "name" text, "oid" int, primary key("aid") ); CREATE TABLE "conference" ( "cid" int, "homepage" text, "name" text, primary key ("cid") ); CREATE TABLE "domain" ( "did" int, "name" text, primary key ("did") ); CREATE TABLE "domain_author" ( "a...
activity_1
activity_1.sqlite
[ 31, 139, 8, 0, 125, 172, 251, 104, 2, 255, 237, 92, 15, 108, 27, 215, 121, 63, 145, 148, 142, 71, 242, 238, 68, 209, 18, 173, 63, 148, 104, 57, 114, 36, 203, 142, 45, 41, 78, 19, 103, 109, 67, 82, 212, 95, 74, 102, 72, ...
gzip
create table Activity ( actid INTEGER PRIMARY KEY, activity_name varchar(25) ); create table Participates_in ( stuid INTEGER, actid INTEGER, FOREIGN KEY(stuid) REFERENCES Student(StuID), FOREIGN KEY(actid) REFERENCES Activity(actid) ); create table Faculty_Participates_in ( FacID INTEGER, actid INTEGE...
aircraft
aircraft.sqlite
[ 31, 139, 8, 0, 153, 172, 251, 104, 2, 255, 237, 221, 109, 108, 27, 103, 29, 0, 240, 123, 238, 206, 111, 151, 212, 199, 212, 118, 97, 13, 93, 158, 102, 202, 18, 175, 142, 155, 243, 123, 200, 182, 206, 78, 156, 151, 54, 78, ...
gzip
PRAGMA foreign_keys = ON; CREATE TABLE `pilot` ( `Pilot_Id` int(11) NOT NULL, `Name` varchar(50) NOT NULL, `Age` int(11) NOT NULL, PRIMARY KEY (`Pilot_Id`) ); INSERT INTO `pilot` (`Pilot_Id`, `Name`, `age`) VALUES (1, 'Prof. Zackery Collins', 23); INSERT INTO `pilot` (`Pilot_Id`, `Name`, `age`) VALUES (2, '...
allergy_1
allergy_1.sqlite
[ 31, 139, 8, 0, 174, 172, 251, 104, 2, 255, 237, 89, 93, 108, 91, 87, 29, 191, 31, 118, 236, 235, 220, 123, 143, 19, 215, 245, 252, 145, 196, 77, 150, 37, 161, 221, 71, 91, 182, 177, 85, 66, 115, 108, 231, 163, 113, 156, ...
gzip
create table Allergy_Type ( Allergy VARCHAR(20) PRIMARY KEY, AllergyType VARCHAR(20) ); create table Has_Allergy ( StuID INTEGER, Allergy VARCHAR(20), FOREIGN KEY(StuID) REFERENCES Student(StuID), FOREIGN KEY(Allergy) REFERENCES Allergy_Type(Allergy) ); create ta...
apartment_rentals
apartment_rentals.sqlite
[ 31, 139, 8, 0, 186, 172, 251, 104, 2, 255, 237, 157, 93, 108, 220, 70, 126, 192, 249, 177, 218, 213, 174, 180, 156, 228, 108, 103, 35, 111, 82, 211, 72, 3, 73, 137, 54, 225, 240, 155, 251, 226, 147, 229, 181, 162, 200, 146...
gzip
PRAGMA foreign_keys = ON; CREATE TABLE Apartment_Buildings ( building_id INTEGER NOT NULL, building_short_name CHAR(15), building_full_name VARCHAR(80), building_description VARCHAR(255), building_address VARCHAR(255), building_manager VARCHAR(50), building_phone VARCHAR(80), PRIMARY KEY (building_id), UNIQUE (buildin...
architecture
architecture.sqlite
[ 31, 139, 8, 0, 186, 172, 251, 104, 2, 255, 237, 154, 205, 111, 27, 199, 21, 192, 247, 131, 203, 47, 139, 156, 28, 44, 8, 130, 33, 104, 34, 59, 176, 8, 73, 112, 104, 89, 53, 224, 160, 177, 41, 90, 98, 28, 75, 182, 108, ...
gzip
PRAGMA foreign_keys = ON; CREATE TABLE "architect" ( "id" text, "name" text, "nationality" text, "gender" text, primary key("id") ); CREATE TABLE "bridge" ( "architect_id" int, "id" int, "name" text, "location" text, "length_meters" real, "length_feet" real, primary key("id"), foreign key ("architect_id" ) references...
assets_maintenance
assets_maintenance.sqlite
[ 31, 139, 8, 0, 186, 172, 251, 104, 2, 255, 237, 93, 93, 140, 28, 73, 125, 239, 249, 254, 236, 46, 214, 102, 61, 183, 89, 89, 110, 184, 160, 243, 98, 15, 215, 31, 243, 157, 68, 119, 235, 245, 236, 199, 121, 119, 189, 204, ...
gzip
PRAGMA foreign_keys = ON; CREATE TABLE `Third_Party_Companies` ( `company_id` INTEGER PRIMARY KEY , `company_type` VARCHAR(5) NOT NULL, `company_name` VARCHAR(255), `company_address` VARCHAR(255), `other_company_details` VARCHAR(255) ); INSERT INTO Third_Party_Companies (`company_id`, `company_type`, `company_name`, ...
baseball_1
baseball_1.sqlite
"H4sIALys+2gC/+y9d5xcV3k/vNPnTlWxVWxVa+5dyZat3m1LsixZzZItyUWWbOnOzN2Z2Z2Zu56yq5Utm+1lttBBmEDoEAKmBkI(...TRUNCATED)
gzip
"PRAGMA foreign_keys=OFF;\nBEGIN TRANSACTION;\nCREATE TABLE all_star (\n player_id TEXT,\n yea(...TRUNCATED)
battle_death
battle_death.sqlite
"H4sIALys+2gC/+2bzW8bRRTAd72fdmsPUhVZwaSZBqrUJFHqpOmH2oraaaBJE0HroAoJyRl7J/bWmxkzO25rIQ4tF/4JEAcO/AH(...TRUNCATED)
gzip
"PRAGMA foreign_keys = ON;\nCREATE TABLE \"battle\" (\n\"id\" int,\n\"name\" text,\n\"date\" text,\n(...TRUNCATED)
behavior_monitoring
behavior_monitoring.sqlite
"H4sIALys+2gC/+1df2wkV32f9dpe7885cjHL9djepNeQc5Pdm98/NknPa3vPNmf7gu3LNUC7Hu8+3048O+PMzjreI6jkkktKUSF(...TRUNCATED)
gzip
"PRAGMA foreign_keys = ON;\nCREATE TABLE `Ref_Address_Types` (\n`address_type_code` VARCHAR(15) PRIM(...TRUNCATED)
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
9