Designing a relational data model
Challenge
CRM systems rely on relationships between entities such as leads, tasks, and users. Without a properly structured schema, querying and managing these relationships becomes difficult.
Solution
Designed a relational schema in PostgreSQL using foreign keys to connect tasks to specific leads, allowing efficient joins and reliable data integrity.


