Skip to content

Commit 466306e

Browse files
committed
Add import SQL file
1 parent 674d2a7 commit 466306e

File tree

2 files changed

+15834
-1
lines changed

2 files changed

+15834
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ You'll be editing the `queries.sql` file, which consists of a series of
66
"plain English" sentences. Your job is to translate those sentences into a
77
single SQL `SELECT` query. Don't worry if you can't do it — take your best shot!
88

9+
The database itself is contained in the `music-store.db` file. The `import.sql`
10+
file contains the raw SQL used to generate the toy database. You don't need to
11+
touch this file, but it's here in case we wind up needing it. You'll be doing
12+
your work in `queries.sql`.
13+
914
## Contents
1015

1116
1. [The Plain English Queries](#the-plain-english-queries)
@@ -18,7 +23,7 @@ single SQL `SELECT` query. Don't worry if you can't do it — take your best sh
1823

1924
## The Plain English Queries
2025

21-
See queries.sql. Open the database by running this in your terminal:
26+
See the `queries.sql`. Open the database by running this in your terminal:
2227

2328
```bash
2429
sqlite3 music-store.db

0 commit comments

Comments
 (0)