Fix typos

This commit is contained in:
braginini
2024-10-02 15:06:41 +01:00
parent 45be1bf018
commit 4a7cc84fc1

View File

@@ -60,7 +60,7 @@ Connect to the database:
psql -d demo_db
```
Once connected, run the follwing SQL code to create the `employees` table and fill it with sample data:
Once connected, run the following SQL code to create the `employees` table and fill it with sample data:
```sql
CREATE TABLE employees (
@@ -92,7 +92,7 @@ The expected output is:
(3 rows)
```
With the database up and running, you are ready to create the local worload.
With the database up and running, you are ready to create the local workload.
Create a new folder for the Python environment, then navigate to it and run: