nl2sql_src/prompts.py [242:256]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Do not use more than 10 columns in the query.
Please think step by step and always validate the reponse.
Rectify each column names by referencing them from the SCHEMA.
Ensure you do not alter the table names in the SQL query

SCHEMA: \n
Project and Dataset : {data_set}
Table 1: {table_1}
Table 2: {table_2}

Business Intelligence:
For this question, the two tables are to joined on Number and County columns
in the respective tables where the RecordType having value as Provider and
Level column is having value as County to calculate the ratio of number of
ObjectId and total number of persons
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



nl2sql_src/prompts.py [280:294]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Do not use more than 10 columns in the query.
Please think step by step and always validate the reponse.
Rectify each column names by referencing them from the SCHEMA.
Ensure you do not alter the table names in the SQL query

SCHEMA: \n
Project and Dataset : {data_set}
Table 1: {table_1}
Table 2: {table_2}

Business Intelligence:
For this question, the two tables are to joined on Number and County columns
in the respective tables where the RecordType having value as Provider and
Level column is having value as County to calculate the ratio of number of
ObjectId and total number of persons
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



