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
Define commit, rollback and savepoint?
What is meant by temporal data?
How many triggers can be applied to a table?
What is forward declaration in pl sql?
how to enter binary numbers in sql statements? : Sql dba
What do you know by pl/sql cursors?
how do you control the max size of a heap table? : Sql dba
What is difference between sql function and stored procedure?
what is single byte over head in oracle..?
What are different categories of sql commands?
Can we enter data in a table in design view?
Define commit?
what are date and time data types in mysql? : Sql dba
How do I order columns in sql?
what is an alias command? : Sql dba