Programmer’s Picnic SQL — Beginner
SQL
Programmer’s Picnic SQL
🌙 Dark
Share All SQL
⛶ Full Screen
▶ Run SQL
⟳ Reset DB
Tip: Select part of the SQL to run only that portion. With no selection, the complete query runs. Press Ctrl/Command + Enter to run.
Import data
⬆ Import CSV
⬆ Import JSON
After import, use:
SELECT * FROM my_data;
Students
COUNT
Imported table
SQL query
SELECT * FROM students;
⬇ Export Result CSV
⬇ Export Result JSON
Loading SQLite…
Saved query history
Successful (
0
)
Unsuccessful (
0
)
Remove All Shown