You accept an IT internship at a local charity. The charity has two tables in their data model named
Chapter and Language, as defined below:
You create a third table named ChapterLanguage to relate the Chapter table and the Language table.
You need to select columns from the Chapter and Language tables to create a composite primary
key for the ChapterLanguage table.
Which two columns should you select? (Choose two.)
A.
ChapterId
B.
LanguageId
C.
Country
D.
Region
E.
City
F.
LanguageName
ou need to select columns from the Chapter and Language tables to create a composite primary
You should choose
ChapterID
LanguageID
A.
ChapterId
B.
LanguageId
A and B
A and B is the correct answer we will use primary key of both two table in third table
A.
ChapterId
B.
LanguageId
A and B
So why have the put the wrong answers in this mock test
And who’s going to compensate me