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
How to make a copy values from one column to another in sql?
How to display the current date in sql?
how many columns can be used for creating index? : Sql dba
How do you modify a trigger?
Does google use sql?
what are the authentication modes in sql server? : Sql dba
What is the difference between instead of trigger and after trigger?
Explain raise_application_error.
what is 'mysqld'? : Sql dba
What is rowid in sql?
What is trigger and stored procedure in sql?
What is asqueryable?
How many types of triggers are there in pl sql?
Inline the values in PL/SQL, what does it mean.?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?