Swapna Chanda

Swapna Chanda

  • NA
  • 14
  • 2.7k

how to get the total number of original records

Jan 21 2015 10:08 PM
i have the table like  shown below.how to get the total number of original records in the table using sql
    
  
 empid   ename   course
 
 1104   abc   btech
 1104   abc   mba 
    
    
    
    
    
 
 1105   cde   java
 11 05   cde      inter   
    
 1106   efg   dotnet   
  1106             efg           sql
 

Answers (2)