QuestionQ16
Working with Databases and EAVAn Adobe Commerce developer is attempting to create a custom table using declarative schema but is unable to do so.

What are two errors in the snippet shown above?
Choose two
- A Column (roll_no) does not have index. It is needed since attribute identity is set to true.
- B Column (entity_id) does not have index. It is needed since attribute identity is set to false.
- C Column (student_name) does not have attribute length.
- D NULL is not a valid value for column (roll_no).
Community Discussion