edited by
2,673 views
2 votes
2 votes

An entity has:

(i) a set of properties

(ii) a set of properties and values for all the properties

(iii) a set of properties and the values for some set of properties may non-uniquely identify an entity

(iv) a set of properties and the values for some set of properties may uniquely identify an entity

Which of the above are valid?

  1. (i) only        
  2. (ii) only                   
  3. (iii) only        
  4. (iv) only
edited by

4 Answers

0 votes
0 votes
0 votes
0 votes

An entity is an object that are represented in the database. For example Mohit, Vasu, CSE306 etc.

An entity is represented or defined by set of attributes. Attributes are the properties used to describe an entity

option D

0 votes
0 votes
There two types of entity:

1. Weak Entity (Not Uniquely identified)

2. Strong Entity (Uniquely identified)

So an entity has a set of property and the values for some set of property may uniquely identify an entity.

Option D is correct

Related questions

1 votes
1 votes
3 answers
3
rishu_darkshadow asked Sep 26, 2017
2,969 views
If $(rear==maxsize-1)$ $rear=0;$ else $rear=rear+1;$ is required in :circular queue linear queue stack deque
1 votes
1 votes
1 answer
4