How will you delete a particular row from a Table?
Answer Posted / mohan
delete from emp where empno=&n;
Note:
1. Here &n means the empno which we have to delete from the table.
2. In general we will use primary key column in where clause.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What does seeding a database mean?
what is union? : Sql dba
Is sql between inclusive?
What is difference between pls_integer and integer?
What trigger means?
What is a table?
what is the difference between union and union all? : Sql dba
What is rowtype?
Which tcp/ip port does sql server run?
Why trigger is used in sql?
What are the different types of dbmss?
How do you get column names only for a table (sql server)?
What is latest version of sql?
Does inner join return duplicate rows?
What is sql query limit?