From 1325eb1d56441d2938810b470669a1bddc1a8f90 Mon Sep 17 00:00:00 2001 From: mgramin Date: Sun, 15 Oct 2023 15:08:54 +0300 Subject: [PATCH] Update README --- sqlite/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sqlite/README.md b/sqlite/README.md index 23f0d36..ec4bcfb 100644 --- a/sqlite/README.md +++ b/sqlite/README.md @@ -4,7 +4,7 @@ To start our investigation, we should review a crime scene report. Specifically, we need to create a SELECT query from the `crime_scene_report` table to retrieve the necessary information. Currently, there are 1228 records in this table. Additionally, by using TDK, we can generate additional records to enhance the complexity and engagement of our investigation. -So, firstly, let's create a copy of a SQL Murder Mystery database using the [KEEP](https://docs.synthesized.io/tdk/latest/user_guide/tutorial/masking) mode of TDK: +So, first, let's create a copy of a SQL Murder Mystery database using the [KEEP(https://docs.synthesized.io/tdk/latest/user_guide/tutorial/masking)] mode of TDK. Make sure that we have 1228 records in the crime_scene_report table in the new database: ```shell export CONFIG_FILE=config_keep.tdk.yaml @@ -19,7 +19,7 @@ usql -q sqlite3://output/output.db -f control_query.sql 1228 ``` -Then, we can multiply the crime_scene_report table by 10x using the [GENERATION](https://docs.synthesized.io/tdk/latest/user_guide/tutorial/generation) mode of TDK: +Next, we can multiply the crime_scene_report table by 10x using the [GENERATION](https://docs.synthesized.io/tdk/latest/user_guide/tutorial/generation) mode of TDK. This will result in having 12280 records in the crime_scene_report table and make our investigation more intriguing: ```shell export CONFIG_FILE=config_generation.tdk.yaml