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
Is left join faster than join?
How to select unique records from a table?
How do you update a value in sql?
Can we alter stored procedure?
What is PL/SQL Records?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
how to include character strings in sql statements? : Sql dba
What is the difference between local variables and global variables?
what are date and time functions in mysql? : Sql dba
What is rowid in sql?
describe transaction-safe table types in mysql : sql dba
What is difference between stored procedure and trigger?
what is unique key constraint? : Sql dba
Can a key be both primary and foreign?
What are the types of variables use in pl sql?