I have a doubt, because name attribute is there in both @Entity and @Table
For example, I\'m allowed to have same value for name attribute
@Entity(n
@Table's name attribute is the actual table name. @Entitiy's name is useful if you have two @Entity classes with the same name and you need a way to differentiate them when running queries.