Description
SeekWell blog
Summary
- Automating my job by using GPT-3 to generate database-ready SQL to answer business questions As an analyst, I spend a lot of my time writing SQL (or other code) to answer questions about our business.
- In each example, I'll include a gif of asking GPT-3 a question.
- I never gave it my database schema but it assumes I have a table called "users" (which is accurate) and that there's a timestamp field called "signup_time" for when a user signed up.
- Taking GPT-3 to the next level Thus far, I've been asking pretty basic questions about users, revenue, and growth metrics, which GPT-3 has been handling well.