write sub query for eliminating duplicate rows using
analytical function?
Answer Posted / guest
select distinct
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can we have two clustered index on a table?
Which is faster joins or subqueries?
Why use truncate instead of delete?
what is table? : Sql dba
what is a primary key? : Sql dba
What is the meaning of disabling a trigger?
What are hotfixes and patches?
In a distributed database system, can we execute two queries simultaneously?
What is trigger explain it?
What are the basic techniques of indexing?
Why use stored procedures?
Sql technical questions
What are the uses of sysdate and user keywords?
Explain what is an index?
how to drop an existing view in mysql? : Sql dba