How will you delete a particular row from a Table?
Answer Posted / manoranjan sethy
Delete form TABLE_NAME where value=COLUMN_NAME;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does where 1 1 mean in sql?
which types of join is used in sql widely? : Sql dba
What is sqlerrm?
What is a database? Explain
Which join is like an inner join?
How many triggers can be applied on a table?
What does partition by mean in sql?
Why self join is used in sql?
Is pl sql still used?
What are the built in functions of sql?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
How to select all records from the table?
Can we use views in stored procedure?
describe transaction-safe table types in mysql : sql dba
What are the differences between in and exists clause?