Database

<Primary key vs Foreign Key>


[Orders]                       

Order_ID (PK: Primary Key)

Customer_ID (FK: Foreign Key)

Product


[Customers]

Customer_ID (PK: Primary Key)

Name 

Address

<Transaction log> (also known as database log, binary log)

<ER (Entity-Relation) Model>

<NOSQL>

<Normalization> 

<Clustered index and Non-Clustered index>

<Normalization in Database>