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
What is sql keyword?
what are the limitations of identity column? : Transact sql
define join and explain different type of joins? : Sql dba
What is the purpose of the partition table?
What are variables in pl sql?
Can cursors be part of a trigger body?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What is integrity in sql?
is mysql query is case sensitive? : Sql dba
what is dbms? : Sql dba
What are tables in sql?
how would concatenate strings in mysql? : Sql dba
What is dbo in sql?
What is execution plan in sql?
What is difference between sql function and stored procedure?