How to retrieve Duplicate Rows only in a Table?
Suppose if a Table Name is "Education". It consists of
multiple columns. Then if we insert rows into this table
with duplicate records then how can we retrieve only
duplicate records from that table?
Answer Posted / aditi yadav
SELECT *FROM Employee
WHERE JoiningDate >= DATEADD(M, -2, GETDATE())
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is attribute indicator in pl sql?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
Does pdo prevent sql injection?
What is the difference between local variables and global variables?
What are the two characteristics of a primary key?
Is truncate ddl or dml?
what is the command used to fetch first 5 characters of the string? : Sql dba
What is rank () in sql?
Mention what pl/sql package consists of?
what are the features and advantages of object-oriented programming? : Sql dba
What is pl sql code?
Where can I learn sql for free?
What are the different types of dbms?
What is the left table in sql?
How many sql databases can you have on one server?