Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

khianvictorycalderon/sql-intersect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Intersect

Selects the common data across 2 tables.

Previews

MySQL Preview MySQL Preview

PostgreSQL Preview PostgreSQL Preview

Prerequisites

  • PHPMyAdmin (Usually with XAMPP, for MySQL)
  • PostgreSQL Server (Local, for PostgreSQL)

Clone:

  1. Clone this repository git clone https://github.com/khianvictorycalderon/<your-repo-name>.git

Run:

  • 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.

Releases

No releases published

Packages

 
 
 

Contributors