Answer Posted / rajini
As per my knowledge first and third one is correct.That is
UPDATE <table name> SET <column name>=<new value> WHERE
<condition>;
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How to define an anonymous procedure without variables?
We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.
how to handle exceptions in post production
What is a cursor and what are the steps need to be taken?
Can a parameter be passed to a cursor?
What is system tablespace?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
State any two functions of oracle?
What is user managed backup in Oracle?
candidate key is subset of super key but not vice-verse explain
How to write date and time interval literals in oracle?
What are the roles of dba?
What is the usage of synonyms?
How to list all indexes in your schema?
How can we view last record added to a table?