SQL 101: A Beginners Guide To SQL
SQL 101: A Beginners Guide To SQL
INTRODUCTION TO SQL
What the Heck is SQL?
LFO LFO
5 Britney 1
A Primary key is a key that uniquely identifies a row in each table. It is normally denoted
with its first two letters, namely, PK.
A Foreign key is a key borrowed from another related table (that’s why its foreign) in
order to make the relationship between two tables. It is normally denoted with its first two
letters, namely, FK.