question archive Now lets consider designing a database for the a car lot
Subject:MarketingPrice: Bought3
Now lets consider designing a database for the a car lot.Consider the following statements ->
Using LucidChart or similar tool (Visio) to construct an ERD based on the above scenario.The approach to take to solve this problem would likely be accomplished using the following steps in your preferred ER diagraming tool
Hint for resolving a many-to-many relationship n our example, we have a Student Entity and a Course Entity. Each Student can take many Courses, and each Course can have many Student. This is a Many-To-Many Relationship.We resolve this by adding an additional table: "StudentCourse". The table allows us to create the cardinality (relationship) between a Many-To-Many relationship. In the StudentCourse table, CourseID is a foreign key that references the primary key in the Course table. In the StudentCourse table, StudentID is a foreign key that references the primary key in the Student table.
Submit using the PowerPoint template. Place the screenshot in your PowerPoint slide and submit the file.
