Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
What is Composite Keys?
Diff Between Composite Keys & Foriengh Keys & Primary Keys??
You can find all that information on Google. Primary and foreign keys are SQL concepts. Composite keys can be found in SQL and Qlikview.
Hi Yoga
primary key:- Primary key does not Accept Duplicate , Null values.
Hi
Foreign key:- Foreign key Accept Duplicate, Null values.