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 dml and ddl?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
Why we use sql profiler?
How do I add a database to sql?
what is recursive stored procedure? : Sql dba
What is the use of stored procedures?
What is a heap in sql?
what is a relationship and what are they? : Sql dba
What are the indexing methods?
What is difference sql and mysql?
What is compiled query?
What is auto increment feature in sql?
how to add a new column to an existing table in mysql? : Sql dba
What is dynamic sql in pl sql?
What are the datatypes available in pl/sql ?