mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-24 19:36:36 +00:00
Fix typos
This commit is contained in:
@@ -60,7 +60,7 @@ Connect to the database:
|
|||||||
psql -d demo_db
|
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
|
```sql
|
||||||
CREATE TABLE employees (
|
CREATE TABLE employees (
|
||||||
@@ -92,7 +92,7 @@ The expected output is:
|
|||||||
(3 rows)
|
(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:
|
Create a new folder for the Python environment, then navigate to it and run:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user