How to create a VIEW in phpMyAdmin?

Á

Álvaro Moura

Last updated on Jul 10, 2026

To create a View in phpMyadmin, you must first access phpMyadmin through cPanel.

1.  Click on a table, it is located on the left side, as the following image:


2.  Then you click on "View".

  1. Then "Create View".

3.  You will be presented with a form to insert some information to create the View, you must inform:

  1. View Name

  2. Column Name - Define the column names of the View, use commas to separate them.

  3. View Query - which will select the values that the VIEW will return.

  1. After filling in the data click on "Go", and Views is ready.