ExamGecko
Question list
Search
Search

Related questions











Question 471 - H14-231_V1.0 discussion

Report
Export

An engineer wrote the following code, which items are correct in the description of the following code?

@Entity(tableName='user',ignoredColumns={'ignoredColumn1','ignoredColumn2'},indices ={@Index(value ={'firstName','lastName'),name='name_index',unique =true)})

A.
'name_index' is the composite index name
Answers
A.
'name_index' is the composite index name
B.
index values are not unique
Answers
B.
index values are not unique
C.
'ignoredColumns' indicates that the field does not need to be added to the properties of the 'user' table
Answers
C.
'ignoredColumns' indicates that the field does not need to be added to the properties of the 'user' table
D.
The table is named 'user'.
Answers
D.
The table is named 'user'.
Suggested answer: A, C, D
asked 18/09/2024
Jacobo Montes
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first