if we have a column (Key) in a table.
and values of that column is
Key
1
1
1
2
2
3
3
4
4
5
5
5
and we want to show the data after query..like..
1(3)
2(3)
3(2)
4(2)
5(3)
how many times a single term comes..
Answer Posted / guest
3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What stored by the model? : sql server database administration
What is the difference between for trigger and after trigger?
What are the different editions available in sql server 2000?
What is the difference between stored procedure and functions?
How to count groups returned with the group by clause in ms sql server?
whats the maximum size of view state??
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
What do you mean by SQL injection attack?
Do you know what is openxml in sql server?
How do you know if sql server is running on your local system?
Explain indexing and what are the advantages of it?
Does sql server 2016 have ssms?
How many types of stored procedures are there in sql server?
Can an entity have two primary keys?
Tell me in brief how sql server enhances scalability of the database system?