Database Design Principles: 1. 3 rd Normal Form: 1). Atomicity, each entity in a database should be indivisible and consist of a single logical entity. 2). Primary key dependence, the primary key for an entity should be solely required to identify an entity. 3). Attribute independence, every attribute...