🗄️ How to Use the Database Testing Widget

💡 Tip: Use the example queries to quickly test common database operations. The widget displays results in a formatted table for easy analysis.
⚠️ Security: Only SELECT queries are allowed. INSERT, UPDATE, DELETE, DROP, and other modification queries are blocked for security. Maximum 10 queries per session.

Database Query Widget

📊 Database Schema

users
Columns: id, username, email, full_name, age, country, created_at
products
Columns: id, name, category, price, stock_quantity, description
orders
Columns: id, user_id, product_id, quantity, order_date, status
reviews
Columns: id, product_id, user_id, rating, comment, review_date

Example Queries - Click to Load

Results:

Ready to execute queries...

⚠️ Rate Limit Exceeded

You have exceeded the maximum of 10 queries per session.

Please wait 60 minutes before trying again.