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 is the sql case statement used for?
Explain the use of containers in ssis and also their types?
Explain logical operators in sql server?
Can you explain various data region available in ssrs with their use?
How exceptions can be handled in sql server programming?
How many types of built in functions are there in sql server 2012?
How do I install sql server?
Is it possible to call a stored procedure within a stored procedure?
Name and describe few console utilities for ssrs?
Explain what is lock escalation and what is its purpose?
What is the difference between cube operator and rollup operator? : SQL Server Architecture
What is normalization and its types?
Explain ranking functions?
Does any body please help me what question's have asked for SSRS in the interview?
How to create a view using data from another view?