How to get the count of distinct records. Please give me the
query?
Answer Posted / soumya
select distinct (columnname) from tablename
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
What are the features of Embedded SQL
Explain how to use linked server?
What is store procedure? How do they work?
What are the restraints imposed on the table design by a merge replication?
What is serializable?
How can you set the threshold at which sql server will generate keysets asynchronously?
How can we solve concurrency problems?
What is an entity-relationship diagram (erd)?
how we use window authentication connection with sql server.?
Why use “in” clause in sql server?
what is a check constraint?
What is user-defined inline table-valued function?
What is trigger and different types of Triggers?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?