How will you delete a particular row from a Table?
Answer Posted / suma
delete from rmployees where employee_id=101
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
Are null values same as that of zero or a blank space?
What are basic techniques of indexing?
How can the performance of a trigger be improved?
Can a trigger call a stored procedure?
Which command is used to call a stored procedure?
Can a view be mutating? If yes, then how?
What does a pl/sql package consist of?
What is exit statement?
Can a varchar be a primary key?
Which join is like inner join?
How many unique keys can a table have?
How would you pass hints to the sql processor?
Is not null in sql?
What is the difference between function, procedure and package in pl/sql?
What plvcmt and plvrb does in pl/sql?