Spaces:
Runtime error
Runtime error
Yogeshwaran27
commited on
Commit
•
9c30e93
1
Parent(s):
5ee80e4
adding prompt file
Browse files
prompt.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Task
|
2 |
+
Generate a SQL query to answer the following question:
|
3 |
+
`who are top 10 physicians?`
|
4 |
+
|
5 |
+
# Database Schema
|
6 |
+
The query will run on a database with the following schema:
|
7 |
+
{table_metadata_string}
|
8 |
+
|
9 |
+
# SQL
|
10 |
+
```
|