Answer Posted / monty
i have other solution if you have table employee with
duplicate rows. You can create other table that doesn't
have duplicate rows
select distinct * into newtable from employee
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is SQL Azure Fabric?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What is left outer join in sql server joins?
How to retrieve error messages using mssql_get_last_message()?
What are indexes in ms sql server?
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
How to see the event list of an existing trigger using sys.trigger_events?
what happens on checkpoint? : Sql server database administration
Explain the creation and execution of a user-defined function in the sql server?
What language is sql server written in?
What are the disadvantages of merge replication?
Explain “row_number()” in sql server with an example?
do you know how to configure db2 side of the application? : Sql server database administration
Explain differentiate between a having clause and a where clause?
what is hash nonclustered index