Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 225 Bytes

db concepts used.md

File metadata and controls

8 lines (6 loc) · 225 Bytes

Primary Key - Foreign Key.

sid pid combination is a primary key.

Trigger

Joins

select p.,s. from products p right join store_products sp on sp.pid = p.pid right join stores s on s.sid = sp.sid;

NF chya goshti