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


Please Help Members By Posting Answers For Below Questions

Can we have two clustered index on a table?

662


What is the difference between Union and Union all. Which is faster.

945


Write a sql select query that only returns each name only once from a table?

663


Enlist the data types that can be used in pl/sql?

651


Mention what are different methods to trace the pl/sql code?

651






what is online transaction processing (oltp)? : Sql dba

625


what is unique key constraint? : Sql dba

657


is mysql query is case sensitive? : Sql dba

651


what is denormalization. : Sql dba

651


Which sql most popular?

656


What are different functions in sql?

605


What are sql data types?

645


Is it possible to link two groups inside a cross products after the cross products group has been created?

685


GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?

2671


What is oracle pl sql developer?

616