diff --git a/sqlite/README.md b/sqlite/README.md index 558cabe..23f0d36 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 mode of TDK: +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: ```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 mode of TDK: +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: ```shell export CONFIG_FILE=config_generation.tdk.yaml