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
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
How does postgresql compare to "nosql"?
define sql update statement ? : Sql dba
What are different categories of sql commands?
a table has 2 classifications 1)liabilities 2)earnings this liabitity has 2 elements with 2 input values and the earnings have 2 elements with 2 input values i wrote a query so that my input is liability savings amount1 amount2 xxxx null xxxxxx 0 xxx1 null xxxxx1 0 null yyyy 0 yyyy null yyy1 0 yyy1 my problem is --when i developed a report(d2k) with this data my o/p is liabilities,amount1,savings,amount2 xxxx xxxxxx xxx1 xxxxx1 yyyy yyyy yyy1 yyy1 how could i move this savings,savings values 2 palces up. can any body provide me witha better solution
What is a variable in sql?
What are joins in sql?
What is trigger point?
How can we implement rollback or commit statement in a trigger?
What are the types of operators available in sql?
How does postgresql compare to oracle/db2/ms sql server/informix?
How do you explain an index number?
Which function is used to return remainder in a division operator in sql?
How to run sql functions in pl/sql?
how many values can the set function of mysql take? : Sql dba