ExamGecko
Question list
Search
Search

Related questions











Question 322 - H14-231_V1.0 discussion

Report
Export

An engineer wrote the following code, which items are correct about 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 compound index name
Answers
A.
name_index is the compound 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 name is user
Answers
D.
The table name is user
Suggested answer: A, C, D
asked 18/09/2024
William Hyde
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first