File size: 205 Bytes
9c30e93
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Task
Generate a SQL query to answer the following question:
`who are top 10 physicians?`

# Database Schema
The query will run on a database with the following schema:
{table_metadata_string}

# SQL
```