
- phpMyAdmin Tutorial
- phpMyAdmin - Home
- phpMyAdmin - Overview
- phpMyAdmin - Environment Setup
- phpMyAdmin - Features
- phpMyAdmin - Pros & Cons
- phpMyAdmin vs MySQL Workbench
- phpMyAdmin Sections
- phpMyAdmin - Databases
- phpMyAdmin - SQL
- phpMyAdmin - Status
- phpMyAdmin - User Accounts
- phpMyAdmin - Export
- phpMyAdmin - Import
- phpMyAdmin - Settings
- phpMyAdmin - Binary Logs
- phpMyAdmin - Replication
- phpMyAdmin - Variables
- phpMyAdmin - Charsets
- phpMyAdmin - Engines
- phpMyAdmin - Plugins
- phpMyAdmin Useful Resources
- phpMyAdmin - Quick Guide
- phpMyAdmin - Useful Resources
- phpMyAdmin - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
phpMyAdmin - SQL
phpMyAdmin provides a SQL console under SQL Tab. Its context varies as per the selection. If no database is selected, then SQL console opens in localhost context otherwise in relevant database context. In given example, we've selected a database TutorialsPoint. Now switching to SQL shows the following screen.

Now let's run a simple query to see SQL Tab in action. SQL interface will keep suggesting keywords while user types. You can press Ctrl+Space to open the relevant suggestion as well.

Now click on Go Button and phpMyAdmin will run the query and show the result as shown below −

Advertisements