Skip to content
Home » SQL Tutorial » Page 11

SQL Tutorial

This website provides a SQL Tutorial, SSRS, Power BI, Python, Azure basics and advanced tutorials for beginners and professionals

You will find out a step-by-step walk through of the basics and advanced topics with practical and include numerous hands-on activities.

Primary Key VS Composite Key?

A PRIMARY KEY constraint uniquely identifies each record in a table .

A COMPOSITE KEY is a combination of two or more columns in a table that can be used to uniquely identify each row in the table when the columns are combined uniqueness is guaranteed, but when it taken individually it does not guarantee uniqueness.

Loading