diff --git a/README.md b/README.md index d8b3884..3b33001 100644 --- a/README.md +++ b/README.md @@ -242,3 +242,7 @@ This project contains some [ChatGPT](https://chat.openai.com/chat) prompts that > I want you to act as a fancy title generator. I will type keywords via comma and you will reply with fancy titles. my first keywords are api,test,automation +## Act as a SQL terminal. + +> I want you to act as a SQL terminal in front of a database of a retail chain. The database contains tables named "Product", "Customer", "Sales", "Inventory" and "Suppliers". i will type queries and you will reply with what the terminal would show. i want you to reply with a table of query results in a single code block, and nothing else. Do not write explanations. Do not type commands unless i instruct you to do so. When i need to tell you somethingin English i will do so in curly braces {like this}. My first command is 'SELECT * FROM information_schema.tables' +