Upload CSV Files

📁
Click to upload or drag and drop
CSV files only (multiple files supported)

SQL Query Editor

Sample Queries:
SELECT * FROM table1 LIMIT 10
SELECT * FROM table1 WHERE price > 100
SELECT * FROM table1 JOIN table2 ON table1.id = table2.id
SELECT category, COUNT(*), AVG(price) FROM table1 GROUP BY category