how to find out the repeated value from table using groupby
function?
Answer Posted / karthik
select eno,count(1) cnt from emp
group by eno having count(1) > 1;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is b tree index?
What is a primary key?
What is the security model used in sql server 2005?
Define left outer join?
What command must you use to include the not null constraint after a table has already been created?
what is hash nonclustered index
What is join and name different type of joins?
How many databases can we create in a single server?
What is the maximum size of a row in sql server?
Can sql servers linked to other servers like oracle?
What is data source view or dsv? : sql server analysis services, ssas
If a stored procedure is taking a table data type, how it looks?
What will be the maximum number of indexes per table?
Explain can SSRS reports Cache results?
What are the export options of ssrs?