[Solved] Database relationships why should I use them? [closed]
You are talking about two different concepts here: Data input: Relationships is one of the methods used to ensure data integrity. It restricts what data can be inserted to the database. Data retrieval: The LEFT JOIN that you mentioned is on of the methods used to retrieve the data from the database. It, kind of, … Read more