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 is data manipulation language?
how to calculate expressions with sql statements? : Sql dba
How can we avoid duplicating records in a query?
what is myisam? : Sql dba
what is 'mysqladmin' in mysql? : Sql dba
What is the difference between rename and alias?
Can you rollback after commit?
What are all the ddl commands?
How does a covering index work?
what is oracle database ? : Sql dba
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
Mention what are different methods to trace the pl/sql code?
What is an inner join sql?
What are the events on which a database trigger can be based?
How do I run a pl sql procedure in sql developer?