The physical data model includes tables, columns, relationships, and database properties to implement the logical data model in a database. It considers performance, indexing, storage, and denormalization. The transformation from logical to physical model imposes database rules, referential integrity, and other aspects. DDL scripts are used to create the required database objects like tables, columns, constraints, indexes, sequences, and triggers.