Skip to content

Commit 6225006

Browse files
committed
Update readme
1 parent 27dda9c commit 6225006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text_2_sql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The top-performing product by quantity of units sold is the **Classic Vest, S**
201201
- Give all columns and views / tables good names that are descriptive.
202202
- Spend time providing good descriptions in the metadata for all entities and columns e.g.
203203
- If a column contains a value in a given currency, give the currency information in the metadata.
204-
- Clearly state in the **selector** what sorts of questions a given view / table can provide answers for.
204+
- Clearly state in the **description** what sorts of questions a given view / table can provide answers for.
205205
- Use common codes for columns that need filtering e.g.
206206
- A country can have multiple text representations e.g. United Kingdom or UK. Use ISO codes for countries, instead of text descriptions to increase the likelihood of correct and valid SQL queries.
207207

0 commit comments

Comments
 (0)