Rdbms Lab Exercise
Rdbms Lab Exercise
Statement of problem
create any two tables with common column name and perform join and union
Aim
To create any two tables with common column name and perform join and union
PROCEDURE:
Create Database
CREATE DATABASE college;
show the database
SHOW DATABASES;
Using the database
USE college;
Performing union: