create table Emp(Eid int primary key not null, Name varchar(50),Email varchar(50), Salary money)
create table City(CityId int primary key not null, Eid int foreign key references Emp(Eid), CityName varchar(50))
thru video we can add two tables
Create two tables with foreign key relation
Reviewed by Rikesh
on
April 26, 2023
Rating:
No comments: