Selects the common data across 2 tables.
- PHPMyAdmin (Usually with XAMPP, for MySQL)
- PostgreSQL Server (Local, for PostgreSQL)
- Clone this repository
git clone https://github.com/khianvictorycalderon/<your-repo-name>.git
- For MySQL, go to
http://localhost/phpmyadmin(if using XAMPP), then select your database then run the query. - For PostgreSQL, go to pgAdmin, then select your database and server, then run the query.

