Suppose I want to retrieve data from a large database.So which type of key will give better performance while retrieval?
            Asked
            
        
        
            Active
            
        
            Viewed 132 times
        
    1 Answers
0
            
            
        It is always better to use primary key as it ensures a uniqueness in database, however retrieval of data depends on your requirement and the condition on basis of which you wish to retrieve data
 
    
    
        Sam
        
- 1,381
- 4
- 30
- 70
