Search Knowledge Base by Keyword
How To Run Queries In SQL
phpMyAdmin Tool is the most popular tool used to access databases and run queries. It is the front-end interface used to manage the data in SQL databases. To run queries in SQL , follow below mentioned steps –
- Login to cPanel
2. Search for phpMyAdmin and click on it
3. On the next page, phpMyAdmin Home Page opens which shows all the options that can be accessed
4. Click on the SQL section and it will load all databases
5. Now we can see the SQL Editor where users can enter SQL queries
6. Enter SQL query in SQL Editor and select Go Button
7. SQL Query will be executed and the result will be displayed on the screen