Run SQL Queries on XenForo With XenVn Add-on

Run SQL Queries on XenForo With XenVn Add-on

Run-SQL-Queries-on-XenForo-With-XenVn-Add-on.webp


A small tool that helps you easily run SQL queries.
Make sure you know what you're doing, and write the correct SQL query syntax.

Some of The Most Important SQL Commands:
  • SELECT - extracts data from a database
  • UPDATE - updates data in a database
  • DELETE - deletes data from a database
  • INSERT INTO - inserts new data into a database
  • CREATE DATABASE - creates a new database
  • ALTER DATABASE - modifies a database
  • CREATE TABLE - creates a new table
  • ALTER TABLE - modifies a table
  • DROP TABLE - deletes a table
  • CREATE INDEX - creates an index (search key)
  • DROP INDEX - deletes an index
  • SHOW - display information about active connections and database objects
1718605686363.webp


1718605864698.webp
 
Last edited:
Back
Top Bottom