How to select Distinct columns from the table, table having
20 columns and i want all coulmns
Answer Posted / amit
select distinct * from table_name
| Is This Answer Correct ? | 18 Yes | 7 No |
Post New Answer View All Answers
can you instantiate a com object by using t-sql? : Sql server database administration
What is the difference between implicit and explicit transaction?
Explain about Views?
What objects does the fn_my_permissions function reports on? : sql server security
In which files does sql server actually store data?
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
What are the main sources of data?
What do you mean by an execution plan? How would you view it?
When you should use a low fill factor?
What is de-normalization and what are some of the examples of it?
How to connect Azure federated root database and apply federation in entity framework?
If you want to send some data from access database to sql server database. What are different component of ssis will you use?
Differentiate between a local and a global temporary table?
Explain about integration services of Microsoft SQL server?
What are the joins in sql server? : sql server database administration