SQL sample file
sql_sample_file_100MB 2.sql
100.0 MB
application/sql
SHA256 verified
File details
Filename
sql_sample_file_100MB 2.sqlSize100.0 MB (104857600 bytes)
MIME type
application/sqlExtension
.sqlSHA256
20492a4d0d84f8beb1767f6616229f85d44c2827b64bdbfb260ee12fa1109e0eDownload commands
Use in scripts and tests
curl -L -o sql_sample_file_100MB 2.sql \
https://samplefile.com/samples/download/data/sql/sql_sample_file_100MB%202.sql/
wget -O sql_sample_file_100MB 2.sql \
https://samplefile.com/samples/download/data/sql/sql_sample_file_100MB%202.sql/
import requests
url = "https://samplefile.com/samples/download/data/sql/sql_sample_file_100MB%202.sql/"
resp = requests.get(url)
with open("sql_sample_file_100MB 2.sql", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/data/sql/sql_sample_file_100MB%202.sql/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("sql_sample_file_100MB 2.sql", buf);
# Download and verify SHA256
curl -L -o sql_sample_file_100MB 2.sql https://samplefile.com/samples/download/data/sql/sql_sample_file_100MB%202.sql/
echo "20492a4d0d84f8beb1767f6616229f85d44c2827b64bdbfb260ee12fa1109e0e sql_sample_file_100MB 2.sql" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/data/sql/sql_sample_file_100MB%202.sql/").content
assert hashlib.sha256(data).hexdigest() == "20492a4d0d84f8beb1767f6616229f85d44c2827b64bdbfb260ee12fa1109e0e"
More SQL files
Other SQL Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
sql_reporting_query_sample.sql |
167 B | dcc281eba014b4db… |
Download |
sql_sample_file_100MB 3.sql |
100.0 MB | b59ccbfd84222a03… |
Download |
sql_sample_file_100MB.sql |
100.0 MB | b59ccbfd84222a03… |
Download |
sql_sample_file_1MB.sql |
1.0 MB | 37a73fc2d97ac25e… |
Download |
sql_sample_file_200KB.sql |
200.0 KB | 30355e9822b3f93d… |
Download |
sql_sample_file_250MB.sql |
250.0 MB | a642f4d96da34225… |
Download |
Learn more