sushruthsam commited on
Commit
7368af4
·
verified ·
1 Parent(s): bf9ae34

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -0
main.py CHANGED
@@ -21,6 +21,10 @@ Generate a SQL query to answer the following question:
21
  The query will run on a database with the following schema:
22
  {schema}
23
 
 
 
 
 
24
  ### Answer
25
  Given the database schema, here is the SQL query that answers `{question}`:
26
  ```sql
 
21
  The query will run on a database with the following schema:
22
  {schema}
23
 
24
+ ###Instructions
25
+ -Understand the question and the database schema provided
26
+ -based on the given question and the database schema,generate a proper SQL
27
+
28
  ### Answer
29
  Given the database schema, here is the SQL query that answers `{question}`:
30
  ```sql