what is join?
Joins
(2 posts) (2 voices)-
Posted 1 year ago #
-
Sometimes we have to maintain relation between two tables.
maintaining relationship between tables in database with keys is called join.To join two tables, the column data types should be same on which the relation ship is maintaining.
Posted 1 year ago #
Reply
You must log in to post.