Valid 1Z0-898 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-898 Exam! ExamDiscuss.com now offer the newest 1Z0-898 exam dumps, the ExamDiscuss.com 1Z0-898 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-898 dumps with Test Engine here:
A developer who is designing entity classes to map a legacy database encounters a table called STUDENT_RECORD. This table has two columns, STUDENT_ID and STUDENT_INFO_ID. The primary key of this table consists of both columns, and there is a unique constraint on each info column. The STUDENT_ID column is foreign key to the STUDENT table and STUDENT_INFO_ID column is a foreign key to the STUDENT_DAT table. What entity classes and relationships can the developer use to model these tables and relationship? (Choose two)
Correct Answer: A,C
Explanation/Reference: There is a many-to-many relationship between the Student table and the Student_table. This can be modeled with one many-to-many relation (A) or two many-to-one relations (C). Incorrect not B, not D: Not a one-one relationship.