How will you delete a particular row from a Table?
Answer Posted / chandra shekhar
Sorry guys this is not an answer to the asked question.
-- Just a small test --
<HTML>
<BODY>
<MARQUEE>TESTING THIS WEBSITE</MARQUEE>
<a href="http://www.allinterview.com/">All Interview website</a>
</BODY>
</HTML>
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Can we change the table name in sql?
Does sqlite need a server?
Are left and right joins the same?
Does group by remove duplicates?
When can we use the where clause and the having clause?
Why do you partition data?
How many tables can you join in sql?
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 an alias command? : Sql dba
what is unique key constraint? : Sql dba
Is a foreign key always unique?
Define tables and fields in a database
What is substitution variable in pl sql?
What is aggregate function in sql?
What is using in sql?