How many artists have names longer than 10 characters? Example Query Generated: SELECT COUNT(ArtistId) \nFROM artists \nWHERE LENGTH(Name) > 10 The goal of the SQL generation Evaluation is to determine if the SQL generated is correct based on the question asked.

Google Colab
colab.research.google.com
SQL Eval Template
We are continually iterating our templates, view the most up-to-date template on GitHub.

