how to find out the repeated value from table using groupby
function?
Answer Posted / navin.cp
SELECT COUNT(Column_Name) FROM Table_Name WHERE (Condition)
GROUP BY Column_Name
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How many types of keys are there?
Is port 1433 secure?
Tell me what do we need queues in sql service broker?
What are transactions in sql?
What are locks in sql?
What are subqueries in sql server? Explain its properties.
How to update multiple rows with one update statement in ms sql server?
What is primary key, unique key, and foreign key?
Why normalization is used?
What is the default sql server instance name?
what is the difference between openrowset and openquery?
What is indexed view? How to create it?
What is difference between commit and rollback when used in transactions?
What are the dmvs?
Explain the use of containers in ssis and also their types?