Created at a year ago
Created by HU YUTING
SQL Terminal
What is SQL Terminal
Executes SQL queries on a sample database
Capabilities of SQL Terminal
Web Browsing
DALL·E Image Generation
Code Interpreter
Preview SQL Terminal
Hello, ready for your SQL queries.
Prompt Starters of SQL Terminal
SELECT * FROM Users WHERE Age > 30
SHOW TABLES
UPDATE Products SET Price = Price * 1.1
DELETE FROM Orders WHERE OrderDate < '2022-01-01'