How to delete same emp id in sql query for exmaple in emp
table emp id, empname, emp address. for example emp id =5,
repeated in two times in rows same id how to delete same
empid please any one of the write query send in my id
Answer Posted / vijay
Delete from emp where empid=5;
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
what is subquery? : Sql dba
What is java sql connection?
Does sql between include endpoints?
Explain the structure of pl/sql in brief.
What is difference between inner join and self join?
How do I run a sql query in pgadmin 4?
how to use myisamchk to check or repair myisam tables? : Sql dba
How many commands are in sql?
What are basic techniques of indexing?
What is the need of a partition key?
How do you optimize a stored procedure query?
What is the usage of sql functions?
what is sub-query? : Transact sql
How delete all data from all tables in sql?
What is row_number () in sql?