How to select Distinct columns from the table, table having
20 columns and i want all coulmns
Answer Posted / latha.s
select distinct * from tablename;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
explain different types of joins? : Sql server database administration
how you can move data or databases between servers and databases in sql server? : Sql server administration
What do you understand by a view? What does the with check option clause for a view do?
 Explain what is sql override for a source taLle in a mapping?
Define views.
How to change a login name in ms sql server?
Define master database?
What is difference between rownum and rowid?
Tell me what is de-normalization and what are some of the examples of it?
Explain aggregate functions?
What is mean by dml?
What is sql server management studio? : sql server management studio
What is cte (common table expression)?
What are the types of database schema? : sql server analysis services, ssas
What are the Advantages of using CTE in sql server?